interactive_box 0.2.1 interactive_box: ^0.2.1 copied to clipboard
A Flutter widget that has pre-defined design for scaling, rotating, moving interaction.
Changelog #
This changelog uses semantic versioning for documenting changes.
0.2.1 #
InteractiveBox
- Makes the interactive box update when needed.
0.2.0 #
InteractiveBox
- Add new onInteractiveActionPerformed handler
- Add onTap handler for interactive box
Other
- Fix moving not setting action type to move
docs
- Update example
0.1.0 #
InteractiveBox
- Fixes interactive box not using initial rotate angle
- Adds new parameter in
onActionSelected()
to get aInteractiveBox
's info for copy
docs
- Update changelog and example code
0.0.1 #
- Initial release