Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

44 lines (31 loc) · 1.24 KB

[1.0.0+5].

  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.