GiancarloCode/form_bloc

Add MultiSelect DropdownFieldBlocBuilder

Opened this issue · 2 comments

This package is awesome. Anyway, could you add Multi Select DropdownFieldBlocBuilder ?

@sophonmen Thank you :).
At the moment flutter does not have a multi select dropdown widget, if you know any package that has it, or you have created a similar widget, please share it and I can adapt it so that it can be easily used with a MultiSelectFieldBloc (it's quite easy :D).
If you can't find, I can create one, but it will naturally take a little more time.

Thank you for you replying!
I created one to use in my project, but just change your DropdownFieldBlocBuilder to adapt multi select.