Add MultiSelect DropdownFieldBlocBuilder
Opened this issue · 2 comments
sophonmen commented
This package is awesome. Anyway, could you add Multi Select DropdownFieldBlocBuilder ?
GiancarloCode commented
@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.
sophonmen commented
Thank you for you replying!
I created one to use in my project, but just change your DropdownFieldBlocBuilder to adapt multi select.