custom_date_range_picker 1.2.0
custom_date_range_picker: ^1.2.0 copied to clipboard
A Flutter package for both Android and iOS that provides a customizable date range picker with beautiful UI and smooth animations.
0.0.1 #
First initial release.
0.0.2 #
Fixed pub.dev score
1.0.3 #
Added minimum date & maximum date.
1.0.4 #
Fixed pub.dev score
1.0.5 #
Added API documentation
1.0.6 #
Updated the Readme.md file
1.0.7 #
Updated the flutter sdk to 3.7.6
1.0.8 #
Added primaryColor and backgroundColor
1.0.9 #
updated package score
1.0.10 #
Updated the Readme.md file, and added more documentation
1.1.0 #
Updated the intl version
1.2.0 #
Features #
- Upgraded dependencies to latest versions (intl ^0.20.2, flutter_lints ^6.0.0)
- Extended SDK compatibility to support Flutter 4.x
- Enhanced package metadata with repository, issue tracker, and documentation URLs
- Added relevant topics for better discoverability
Code Quality #
- Modernized code to use super.key pattern instead of Key? key
- Fixed all deprecated withOpacity() calls to use withValues(alpha:)
- Resolved all static analysis issues (8 warnings fixed)
- Achieved zero dart analyze issues
- Updated example project with same quality standards
Improvements #
- Better pub.dev scoring through improved metadata and code quality
- Enhanced package description for better discoverability
- Consistent formatting across all Dart files