make example better with datepicker to pick date from the past

This commit is contained in:
Thomas Klein Langenhorst 2022-11-25 16:05:44 +01:00
parent e3b651aab6
commit dce42d38c4

View file

@ -141,8 +141,8 @@ class DatePickerDemo extends StatelessWidget {
min: DateConstraint(date: DateTime.now()),
max: DateConstraint(
date: DateTime(
DateTime.now().year,
DateTime.now().month + 4,
DateTime.now().year + 1,
DateTime.now().month,
DateTime.now().day,
),
),