simple_date_range_picker 0.0.8 copy "simple_date_range_picker: ^0.0.8" to clipboard
simple_date_range_picker: ^0.0.8 copied to clipboard

A simple, stylish date range picker component for Flutter.

0.0.8 #

Fix a bug in the initial date detection and display logic.

0.0.7 #

Fix an overflow issue only appearing in tests.

0.0.6 #

Attempt to fix release workflow file (again).

0.0.5 #

Add a showSimpleDatePickerDialog function for selecting a single date in a dialog.

0.0.4 #

Add behavior customization API.

Use SimpleDateRangePickerRange or SimpleDateRangePickerSingle config classes to control whether the picker allows selecting a range of dates or a single date.

Depending on which config class is used, the picker will return a DateTimeRange? or a DateTime?.

0.0.3 #

Add styling customization API.

  • Set background & foreground color for selected dates
  • Set TextStyle of the month title
  • Set TextStyle of the weekday labels
  • Set TextStyle of date grid labels
  • Set ButtonStyles for the previous/next IconButtons
  • Set background color for the dialog
  • Set ButtonStyles for the cancel/confirm buttons in the dialog

0.0.2 #

Relax SDK constraint

0.0.1 #

Initial release

  • Basic functionality
    • Select a range of dates
    • Inline widget
    • Dialog
3
likes
120
pub points
55%
popularity

Publisher

verified publisherandyhorn.dev

A simple, stylish date range picker component for Flutter.

Repository

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on simple_date_range_picker