flutter_staggered_animations_plus 1.0.2
flutter_staggered_animations_plus: ^1.0.2 copied to clipboard
Easily add staggered animations to your ListView, GridView, Column and Row children. A modernized fork of flutter_staggered_animations with Dart 3+ and Flutter 3.x support.
Changelog #
1.0.2 #
- Changed the minimum sdk version to 3.0.0 support older projects
1.0.1 #
- made changes in README.md file
- changed path to show gifs
1.0.0 #
- Initial release — modernized fork of
flutter_staggered_animationsv1.1.1 - Updated SDK constraint to Dart 3+ (
>=3.0.0 <4.0.0) - Migrated all constructors to use
super.key/super.childsyntax - Removed deprecated leading underscore on local variables
- Removed unreachable
defaultcase in exhaustive enum switch (Dart 3 pattern) - Renamed
Buildertypedef toAnimationExecutorBuilderto avoid conflicts - Added support for all platforms (android, ios, linux, macos, web, windows)
- Updated documentation and added comprehensive README