akbarpulatov / 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/awesome_select
MIT License
48 stars 56 forks source link

Fix: list items are not refreshed when the items’ source e.g. a change notifier Provider sends an updated list. #12

Closed absar closed 2 years ago

absar commented 3 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. Fixes #15

akbarpulatov commented 3 years ago

Can you open an issue first and describe with an example?

absar commented 2 years ago

Here is the issue: https://github.com/akbarpulatov/flutter_awesome_select/issues/15

absar commented 2 years ago

Issue is not fixed in the latest version, you should merge this PR to fix

akbarpulatov commented 2 years ago

Actually, you deleted your repo, I cannot reopen your PR without your Repo.