utils/date_picker library
Functions
-
showAllowedDatesPicker(
{required BuildContext context, required List< DateTime> allowedDates, DateTime? initialDate, DateTime? firstDate, DateTime? lastDate, Locale? locale, String? helpText, String? cancelText, String? confirmText, TextDirection? textDirection}) → Future<DateTime?> -
Shows a date picker where ONLY dates in
allowedDatesare selectable.