-
-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FormBuilderInput.datePicker #9
Comments
Hello @HAL68000 Cheers |
Thank you so much for your support, now it works.
Maybe you should add an initialDate parameter too to to avoid this error.
'package:flutter/src/material/date_picker.dart': Failed assertion: line 1081 pos 10: '!initialDate.isAfter(lastDate)': initialDate mustbe on or before lastDate
FormBuilderInput.datePicker(
label:"Date of Birth",
firstDate:DateTime(1900),
lastDate:DateTime(2018),
attribute:"dob",
),
But it's not so important right now . Keep it in mind for the next update. :P
Cheers
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HI I'm trying to use the date picker, even if I set the firstDate parameter I can't, go further Sun, Aug 4 1991 (up to sun may 6th 2046). I'm trying on Huawei and nexus 5 (through emulation) with the same results. Am I doing something wrong?
Thank you for your time :)
The text was updated successfully, but these errors were encountered: