Skip to content

Releases: The-ring-io/flutter_staggered_animations

1.0.0

08 Mar 16:30
Compare
Choose a tag to compare

Added

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

Changed

  • Change RaisedButton to ElevationButton in example

0.1.3

04 Mar 14:22
Compare
Choose a tag to compare

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

0.1.2

11 Sep 09:09
Compare
Choose a tag to compare

Fixed

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