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

multiselect_formfield not working with flutter 2.8.0 #48

Closed syedbilal07 closed 2 years ago

syedbilal07 commented 2 years ago

Hi folks, Please update this package. I am using 0.16 (latest). It was running fine with flutter 2.5.3, now I have upgraded to 2.8.0 and this package is not working with android/ios, It says "Error: No named parameter with the name 'autovalidate'.". Please see the attached screenshot and solve it soon. Thanks. Capture

joseph-fox commented 2 years ago

I am having the same issue.

@cetorres Is this repo orphaned?

joseph-fox commented 2 years ago

@syedbilal07 a temporary hack:

  multiselect_formfield:
    git: https://github.com/FariJan/multiselect_formfield.git

@FariJan has a PR https://github.com/cetorres/multiselect_formfield/pull/47 and it addresses the compatibility issue.

cetorres commented 2 years ago

Hi guys. I'm going to fix this issue. I'm finding a time this week to do that. Thanks for bringing that up.

syedbilal07 commented 2 years ago

Thanks @cetorres

SainathChallagundla commented 2 years ago

Hi folks, Please update this package. I am using 0.16 (latest). It was running fine with flutter 2.5.3, now I have upgraded to 2.8.0 and this package is not working with android/ios, It says "Error: No named parameter with the name 'autovalidate'.". Please see the attached screenshot and solve it soon. Thanks. Capture

Hi do you have any other solution for that.

SainathChallagundla commented 2 years ago

Hi guys. I'm going to fix this issue. I'm finding a time this week to do that. Thanks for bringing that up.

Thank you for your quick response. Hope it will fix as soon as possible.

cetorres commented 2 years ago

Updated to work with Flutter 2.8.0 with PR #47. Thanks @FariJan!

syedbilal07 commented 2 years ago

Tested with Flutter 2.8.1 also ?