flutter_staggered_animations

Easily add staggered animations to your ListView, GridView, Column and Row children.

MIT License

Stars
1.5K

Bot releases are hidden (Show)

flutter_staggered_animations - 1.0.0 Latest Release

Published by MrLepage over 3 years ago

Added

  • Migrate to null safety
  • Update minimum dart SDK version to 2.12.0

Changed

  • Change RaisedButton to ElevationButton in example
flutter_staggered_animations - 0.1.3

Published by MrLepage over 3 years ago

Fixed

  • Fix deprecated call to ancestorWidgetOfExactType (method has been removed from Flutter 2.0) #34 #29
  • Fix call to setState after dispose in AnimationLimiter #9 #15 #24 #31

Added

  • Add curve parameter for animations #21 #22
flutter_staggered_animations - 0.1.2

Published by MrLepage about 5 years ago

Fixed

  • #1 Do not forward animation after dispose
  • Remove misleading usage of staggeredList instead of staggeredGrid in GridView sample