cetorres / multiselect_formfield

A Flutter package that provides a multi select form field using alert dialog to select multiple items with checkboxes and showing as chips.
BSD 3-Clause "New" or "Revised" License
72 stars 59 forks source link

Compability with Flutter 2.8.0 #47

Closed FariJan closed 2 years ago

FariJan commented 2 years ago

changes autovalidate to autovalidateMode property on FormField because of its removal in 2.8.0 after its deprecation, refering to https://github.com/flutter/flutter/pull/90292

joseph-fox commented 2 years ago

@FariJan is this repo orphaned?