rotation_stage 0.3.0 rotation_stage: ^0.3.0 copied to clipboard
A four-sided stage for representing 3D objects with four widgets
0.3.0 #
Note: This release has breaking changes.
- FEAT: added
animateToSide
method toRotationStageController
. - BREAKING FEAT: rotation stage handle are not uppercase by default anymore.
0.2.0 #
Note: This release has breaking changes.
- DOCS(rotation_stage): documented all public classes.
- BREAKING FIX: removed
labels
parameter inRotationStage
.
0.1.0 #
- Adjusted chips for Flutter 3.3
0.0.9 #
- added center to bar
0.0.8 #
- removed unnecessary center from handle
0.0.7 #
- smaller start page to prevent exception
0.0.6 #
- lint dependency
0.0.5 #
- Fixed handle color
0.0.4 #
- Fixed handle color
- Allow custom handle colors
0.0.3 #
- Added support for localization or custom labels via inherited widget
0.0.2 #
- BREAKING: Removed initial page parameter from controller constructor
0.0.1 #
- Initial Release, check README for details