You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.
Steps to Reproduce
Initialising a DateTime object with incorrect YYYY | MM | DD should throw an exception.
Currently, I can type in:
And get the following log:
This is a known issue and there is a TODO in
date_time.dart
:This is annoying as it means that Flutter doesn't provide a way to reliably validate dates that have been entered manually by the user.
Logs
The text was updated successfully, but these errors were encountered: