color_animating_list_view 1.0.0
color_animating_list_view: ^1.0.0 copied to clipboard
Creates a ListView that changes background color on Scrolling.
1.0.0 #
- Updated to Dart SDK 3.8.1 and Flutter version constraints.
- Migrated pubspec.yaml and dependencies to updated versions.
- Code improvements with updated linter rules and formatting.
- Added flutter_lints (v5.0.0) to dev_dependencies.
- Use
isNotEmpty
instead oflength > 0
in color_animating_list_view for better code quality. - Updated example project with linter improvements and minor fixes.
- Minor code cleanup in main.dart, moving colors parameter inline.
0.1.0 #
- First production ready release.
- Updated demo gif.
0.0.2 #
- Updated Readme.
0.0.1 #
- Initial Release.