animator 0.1.2 animator: ^0.1.2 copied to clipboard
A Flutter library that makes animation easer. It allows for separation of animation setup from the User Interface.
[0.1.2]. #
- update to use states_rebuilder: ^1.2.0
- resetAnimationOnRebuild default to false.
[0.1.1]. #
- Remove animateOnRebuild and add triggerOnInit.
- Improve the logic
- Changed
stateID
toname
[0.1.0]. #
-
Extend the functionality of Animator widget by the following arguments:
customListener
andstatusListener
: to listen to the animation and animation status;animateOnRebuild
andresetAnimationOnRebuild
: to control whether the animation should restart or reset when Animator widget is rebuilt;stateID
andblocs
: to rebuild the Animator widget from the logic blocs using the states_builder package.
-
Fix some typos and improve the documentation