coditation_animator 0.0.12 copy "coditation_animator: ^0.0.12" to clipboard
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 TranslateAnimator to be able to translate widget to given offset

0.0.10 #

  • Add origin property to MultiAnimator along with all AnimatorConfig instances

0.0.9 #

  • Add configurable animation duration property animationDuration in AnimatorConfig

0.0.8 #

  • Add current-animator and package refactoring

    • add a currentAnimatorConfig property to animator bloc state which keeps track of currently executing animator
    • add a animatorStateListener callback to MultiAnimator which can be used to listen for any changes in state of animator
    • Code refactoring of AnimatorWidgets

0.0.7 #

  • Add copyWtih methods in AnimatorConfig

0.0.6 #

  • Add equality for FadeOut and FadeIn animators

0.0.5 #

  • Bug fixes in equality method override in AnimatorConfig classes

0.0.4 #

  • Add equality method override in AnimatorConfig classes

0.0.3 #

  • Bug fix with repeat action method

0.0.2 #

  • Add AnimatorKeyX extension on GlobalKey<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
4
likes
130
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package to ease building animations

Homepage
Repository (GitLab)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, flutter, flutter_bloc, freezed, uuid

More

Packages that depend on coditation_animator