artflutter / flutter_awesome_select

Forked from https://github.com/davigmacode/flutter_smart_select, updated legacy code, migrated to null safety and more. AwesomeSelect allows you to easily convert your usual form select or dropdown into dynamic page, popup dialog, or sliding bottom sheet with various choices input such as radio, checkbox, switch, chips, or even custom input. Supports single and multiple choice.
https://pub.dev/packages/flutter_awesome_select
MIT License
15 stars 30 forks source link

Fix issue 3 #4

Closed absar closed 2 years ago

absar commented 2 years ago

Fix List items are not refreshed when the items’ source e.g. a change notifier Provider sends an updated list Correct spelling mistakes.

absar commented 2 years ago

closing it since pull request from wrong repo