Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 1.06 KB

2.0.0

  • Updated jiffy dependency from ^5.0.1 to ^6.0.0, and fixed compile issues, and fixed test issues.

1.3.0

  • Minor updates due to upgrading Flutter.
  • Updated the intl dependency to '>=0.18.0 <1.0.0' to include 0.19.0.

1.2.0

  • Minor updates for Flutter 3.10.0.

1.1.3

  • 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.

1.1.2

  • Updated example and README.

1.1.1

  • Updated files with: flutter format .

1.1.0

  • 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.

1.0.0

  • Initial release. Flutter widget that provides an extensive date and time range picker.