animator 1.0.0+4 copy "animator: ^1.0.0+4" to clipboard
animator: ^1.0.0+4 copied to clipboard

outdated

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

[1.0.0+4]. #

  1. Add Continuos integration and code coverage support.

[1.0.0+3]. #

  1. Update to use states_rebuilder: ^1.8.0

[1.0.0+1]. #

  1. Refactor code.
  2. Fix typos.

[1.0.0]. #

  1. You can nest Animator Widget with different tween, duration and curve.
  2. Refactor code and test it.
  3. Explicit-like animation are used with StateWithMixinBuilder widget.
  4. Update to use states_rebuilder: ^1.5.0.

[0.1.4]. #

  1. update to use states_rebuilder: ^1.3.2

[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. #

240
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