flutter_staggered_animations 1.1.1 copy "flutter_staggered_animations: ^1.1.1" to clipboard
flutter_staggered_animations: ^1.1.1 copied to clipboard

Easily add staggered animations to your ListView, GridView, Column and Row children as shown in Material Design guidelines

Changelog #

All notable changes to this project will be documented in this file.

[1.1.1] - 2022-08-23 #

Added #

  • Changed example project Dart version to 2.17.0 for consistency with the package version

[1.1.0] - 2022-08-23 #

Added #

  • Upgraded to dart 2.17
  • Removed some -now useless- bash operators

[1.0.0] - 2021-03-08 #

Added #

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

Changed #

  • Change RaisedButton to ElevationButton in example

[0.1.3] - 2021-03-04 #

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] - 2019-09-11 #

Fixed #

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

[0.1.1] - 2019-09-05 #

Added #

  • Logo in README

[0.1.0] - 2019-09-04 #

Added #

  • Example app to show the use of the library
  • Static analysis configuration

Fixed #

  • Fix all static analysis info and errors

[0.0.1] - 2019-09-04 #

  • Initial release
1875
likes
130
pub points
99%
popularity

Publisher

verified publisherdailyn.app

Easily add staggered animations to your ListView, GridView, Column and Row children as shown in Material Design guidelines

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_staggered_animations