reidha / checkbox_formfield

Flutter package
https://pub.dev/packages/checkbox_formfield
BSD 3-Clause "New" or "Revised" License
3 stars 8 forks source link

Use autoValidateMode #7

Closed jifalops closed 2 years ago

jifalops commented 2 years ago

The latest flutter beta removes autoValidate as an option, use autoValidateMode instead.

Flutter 2.8.0-3.2.pre • channel beta • https://github.com/flutter/flutter.git
Framework • revision 2901cd7208 (6 days ago) • 2021-11-18 11:15:09 -0800
Engine • revision bcc2b7f12c
Tools • Dart 2.15.0 (build 2.15.0-268.18.beta)
SimonIT commented 2 years ago

It's already migrated, only #5 has to get merged by @reidha

reidha commented 2 years ago

Merged Thank you for pointing out this issue