jifalops / datetime_picker_formfield

A Flutter widget that wraps a TextFormField and integrates the date and/or time picker dialogs.
MIT License
186 stars 101 forks source link

autovalidate is now deprecated #101

Open Wes1324 opened 3 years ago

Wes1324 commented 3 years ago

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.

GLVaraPrasad commented 3 years ago

Still, We have this problem. AutoValidateMode is unavailable in this Package. Please update it.