- Updated jiffy dependency from ^5.0.1 to ^6.0.0, and fixed compile issues, and fixed test issues.
- Minor updates due to upgrading Flutter.
- Updated the intl dependency to '>=0.18.0 <1.0.0' to include 0.19.0.
- Minor updates for Flutter 3.10.0.
- Updated branch name to make README images display. When a package is published on http://pub.dev and it includes a screenshot in the README, the package is published with a path to the image on GitHub. It assumes the image is on branch master. My package used a branch named main, so the images didn't show. Now, I use branch master.
- Updated example and README.
- Updated files with:
flutter format .
- Added src/date_time_relative.dart as an export.
- Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.
- Fixed lint warning: Sort child properties last in widget instance creations.
- Fixed other lint warnings.
- Initial release. Flutter widget that provides an extensive date and time range picker.