extensive_date_range_picker library

Classes

CustomDropdownButton
A material design button for selecting from a custom widget.
DateTimeRangeFixed
DateTimeRangePhrase
DateTimeRangePreset
Provides preset values for DateTimeRangeRelative.
DateTimeRangeRelative
Use the earliest and latest modifiers to specify custom and relative time ranges.
DateTimeRelativeParsed
DateTimeRelativeParser

Extensions

DateTimeRelative on DateTime?
A DateTime extension that uses a relative time modifer.

Functions

showDateRangeDialog({required BuildContext context, DateTimeRangePhrase? initialRange, Locale? locale, bool useRootNavigator = true, RouteSettings? routeSettings, TextDirection? textDirection, TransitionBuilder? builder}) Future<DateTimeRangePhrase?>
Shows a dialog containing a Material Design date and time picker with extensive features such as preset ranges, relative ranges, abd custom ranges.