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

Any support for filtering results? #44

Open ElixirMike opened 3 years ago

ElixirMike commented 3 years ago

I like the control, but I need a way to allow for filtering using an async function which returns results from server. Any plans to support that?