flutter_datetime_picker_plus library

Enums

LocaleType

Functions

i18nObjInLocale(LocaleType? localeType) Map<String, Object>
Get international object for localeType
i18nObjInLocaleLookup(LocaleType localeType, String key, int index) String
Get international lookup for a localeType, key and index.

Typedefs

DateCancelledCallback = dynamic Function()
DateChangedCallback = dynamic Function(DateTime time)
StringAtIndexCallBack = String? Function(int index)
TitleActionsBuilder = Widget Function(BuildContext context, VoidCallback onCancel, VoidCallback onConfirm, DateTime currentTime)
Builds a replacement for the default Cancel/Done title bar.