gskinnerTeam / flokk

A fresh and modern Google Contacts manager that integrates with GitHub and Twitter.
https://flokk.app
BSD 2-Clause "Simplified" License
1.46k stars 271 forks source link

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

Open sgon00 opened 2 years ago

sgon00 commented 2 years ago

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