animator 1.0.0+5
animator: ^1.0.0+5 copied to clipboard
A Flutter library that makes animation easer. It allows for separation of animation setup from the User Interface.
[1.0.0+5]. #
- Add Continuos integration and code coverage support.
[1.0.0+3]. #
- Update to use states_rebuilder: ^1.8.0
[1.0.0+1]. #
- Refactor code.
- Fix typos.
[1.0.0]. #
- You can nest Animator Widget with different tween, duration and curve.
- Refactor code and test it.
- Explicit-like animation are used with
StateWithMixinBuilder
widget. - Update to use states_rebuilder: ^1.5.0.
[0.1.4]. #
- update to use states_rebuilder: ^1.3.2
[0.1.3]. #
- update to use states_rebuilder: ^1.3.1
- Fiw typos
[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