mirror of
https://github.com/Iconica-Development/flutter_date_time_picker.git
synced 2025-05-18 18:33:49 +02:00
make example better with datepicker to pick date from the past
This commit is contained in:
parent
e3b651aab6
commit
dce42d38c4
1 changed files with 2 additions and 2 deletions
|
@ -141,8 +141,8 @@ class DatePickerDemo extends StatelessWidget {
|
||||||
min: DateConstraint(date: DateTime.now()),
|
min: DateConstraint(date: DateTime.now()),
|
||||||
max: DateConstraint(
|
max: DateConstraint(
|
||||||
date: DateTime(
|
date: DateTime(
|
||||||
DateTime.now().year,
|
DateTime.now().year + 1,
|
||||||
DateTime.now().month + 4,
|
DateTime.now().month,
|
||||||
DateTime.now().day,
|
DateTime.now().day,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue