declarative_animated_list 0.2.0
declarative_animated_list: ^0.2.0 copied to clipboard
An implementation of animated list widget that will be automatically updated based on different lists snippets.
0.0.1 14.06.2019. #
- Initial release.
0.0.2 15.06.2019. #
- Apply README changes in order to make description shorter.
0.1.0-nullsafety.0 08.01.2021. #
- Migrated to null-safety (Dart 2.12.0+)
0.1.1 03.08.2021. #
- Fixed issue with removal of a group of elements
- Added Web & Linux support for the
exampleproject - Updated iOS & Android environment for the
exampleproject
0.2.0 27.06.2023 #
- ClipBehavior parameter is now exposed by DeclarativeList
- Package is now updated to Dart 3, tested on Flutter 3.10.5 / Dart 3.0.5
- Dart SDK version constraint was set to 2.12.0 <= ... < 4.0.0, as Dart 3 requires 2.12.0 as the lower boundary
- Package is now licensed under MIT
- Documentation was a bit enhanced
example's environment was updated.