flokk icon indicating copy to clipboard operation
flokk copied to clipboard

Build fails with No named parameter with the name 'autovalidate' on flutter master

Open sgon00 opened this issue 2 years ago • 0 comments

Flutter master version: 2.9.0-1.0.pre.293

Build error with No named parameter with the name 'autovalidate'.

To fix it:

change autovalidate to autovalidateMode. change final bool autoValidate to final AutovalidateMode autoValidate change this.autoValidate =false to this.autoValidate = AutovalidateMode.disabled

sgon00 avatar Jan 25 '22 12:01 sgon00