In the latest flutter version 1.22.0-10.0.pre.79, FormField.autovalidate does not exist anymore
Yeah, it seems to be replaced with AutovalidationMode.
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_form_builder-3.14.0-alpha.2/lib/src/form_builder_custom_field.dart:96:40: Error: The getter 'autovalidate' isn't defined for the class 'FormField
FAILURE: Build failed with an exception.
I have the same issue.
What is the fix for this?
I have the same issue.
What is the fix for this?
I switched to Flutter stable channel (there Flutter version is 1.20) and I am using Form Builder version 3.13.5
I will stay using the stable channel until a fix be available.
ok thanks. while i posted here i also tried some workaround.
flutter version 1.22.0-9.0.pre
i am on master channel and switched to some pre-release of flutter not far from latest with above command.
this fixed my issue for the moment.
Kindly use ^3.14.0
Most helpful comment
Kindly use
^3.14.0