- Add Continuos integration and code coverage support.
- Update to use states_rebuilder: ^1.8.0
- Refactor code.
- Fix typos.
- 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.
- update to use states_rebuilder: ^1.3.2
- update to use states_rebuilder: ^1.3.1
- Fiw typos
- update to use states_rebuilder: ^1.2.0
- resetAnimationOnRebuild default to false.
- Remove animateOnRebuild and add triggerOnInit.
- Improve the logic
- Changed
stateID
toname
-
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