coditation_animator 0.0.12
coditation_animator: ^0.0.12 copied to clipboard
Flutter package to ease building animations
0.0.12 #
- Add equality in
TranslateAnimatorConfig
0.0.11 #
- Add translate animator
TranslateAnimatorto be able to translate widget to givenoffset
0.0.10 #
- Add origin property to
MultiAnimatoralong with allAnimatorConfiginstances
0.0.9 #
- Add configurable animation duration property
animationDurationinAnimatorConfig
0.0.8 #
-
Add current-animator and package refactoring
- add a
currentAnimatorConfigproperty to animator bloc state which keeps track of currently executing animator - add a
animatorStateListenercallback toMultiAnimatorwhich can be used to listen for any changes in state of animator - Code refactoring of
AnimatorWidgets
- add a
0.0.7 #
- Add
copyWtihmethods inAnimatorConfig
0.0.6 #
- Add equality for
FadeOutandFadeInanimators
0.0.5 #
- Bug fixes in equality method override in
AnimatorConfigclasses
0.0.4 #
- Add equality method override in
AnimatorConfigclasses
0.0.3 #
- Bug fix with
repeataction method
0.0.2 #
-
Add
AnimatorKeyXextension onGlobalKey<AnimatorWidgetState<AnimatorWidget>>with helper methods- reset()
- animate()
- forward()
- reverse()
- repeat()
0.0.1 #
- 6 basic animators for:
- Rotation
- Scale-in
- Scale-out
- Flip
- Fade-in
- Fade-out
- MultiAnimator
- trigger various actions on animators:
- forward
- reverse
- repeat