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

Example on main page #40

Open kgdthomas opened 3 years ago

kgdthomas commented 3 years ago

Your example on the main page is wrong, I think it's from an old build. You use hintText in it while in the short example you use hintWidget, you should fix that.

I got lost trying to figure out what I was doing wrong.