datetime_picker_formfield
datetime_picker_formfield copied to clipboard
autovalidate is now deprecated
I just updated Flutter and other TextFormFields that I have in my codebase are now showing a message saying:
'autovalidate' is deprecated and shouldn't be used. Use autoValidateMode parameter which provide more specific behaviour related to auto validation. This feature was deprecated after v1.19.0.. (deprecated_member_use at [crowdpleaser] lib/screens/event.dart:126)
However this message is not being shown for the DateTimeFields in my codebase. For that reason, I believe this codebase should be updated so that it uses the newer Flutter SDK, and also the autoValidateMode field.
Still, We have this problem. AutoValidateMode is unavailable in this Package. Please update it.