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

A simple, stylish date range picker component for Flutter.

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
0
points
44
downloads

Publisher

verified publisherandyhorn.dev

Weekly Downloads

A simple, stylish date range picker component for Flutter.

Homepage

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on simple_date_range_picker