AbdullahChauhan / custom-dropdown

Custom dropdown widget allows to add highly customizable dropdown widget in your projects. Features includes Search on list data, Network search, Multi-selection and many more.
https://pub.dev/packages/animated_custom_dropdown
BSD 3-Clause "New" or "Revised" License
155 stars 72 forks source link

Multi select controller #66

Closed hbatalhaStch closed 6 months ago

hbatalhaStch commented 8 months ago

This PR allows you to use a controller to select/clear multi-select dropdown items programmatically.

closes #57

ParsaZa79 commented 6 months ago

Please merge this pull request 🙏

AbdullahChauhan commented 6 months ago

Hey @hbatalhaStch Thank you for your contribution, appreciated. I'm start reviewing this. Will merge soon if all good!

CC: @ParsaZa79

hbatalhaStch commented 6 months ago

@AbdullahChauhan you could also include a single select controller. see this

AbdullahChauhan commented 6 months ago

@AbdullahChauhan you could also include a single select controller. see this

Hey, Yes. Already started this in a separate branch. Thanks for the reference!