animator 0.1.3 copy "animator: ^0.1.3" to clipboard
animator: ^0.1.3 copied to clipboard

outdated

A Flutter library that makes animation easer. It allows for separation of animation setup from the User Interface.

[0.1.3]. #

  1. update to use states_rebuilder: ^1.3.1
  2. Fiw typos

[0.1.2]. #

  1. update to use states_rebuilder: ^1.2.0
  2. resetAnimationOnRebuild default to false.

[0.1.1]. #

  1. Remove animateOnRebuild and add triggerOnInit.
  2. Improve the logic
  3. Changed stateID to name

[0.1.0]. #

  1. Extend the functionality of Animator widget by the following arguments:

    • customListener and statusListener: to listen to the animation and animation status;
    • animateOnRebuild and resetAnimationOnRebuild: to control whether the animation should restart or reset when Animator widget is rebuilt;
    • stateID and blocs : to rebuild the Animator widget from the logic blocs using the states_builder package.
  2. Fix some typos and improve the documentation

[0.0.1] - initial release. #

239
likes
0
pub points
95%
popularity

Publisher

unverified uploader

A Flutter library that makes animation easer. It allows for separation of animation setup from the User Interface.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, states_rebuilder

More

Packages that depend on animator