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.
List items are not refreshed when the items’ source e.g. a change notifier Provider sends an updated list. Rather the list disappears, or it does not refresh.
Issue, lets try to add a new item to the list, before adding there were 3 items, check the list items at the end, the items disappear, instead it should show 4 items:
--removed image
Doing the same activity with fixed version from PR https://github.com/akbarpulatov/flutter_awesome_select/pull/12, in the below example lets try to add a new item to the list, before adding there were 3 items, and after adding, the list shows 4 items:
--removed image
List items are not refreshed when the items’ source e.g. a change notifier Provider sends an updated list. Rather the list disappears, or it does not refresh. Issue, lets try to add a new item to the list, before adding there were 3 items, check the list items at the end, the items disappear, instead it should show 4 items: --removed image
Doing the same activity with fixed version from PR https://github.com/akbarpulatov/flutter_awesome_select/pull/12, in the below example lets try to add a new item to the list, before adding there were 3 items, and after adding, the list shows 4 items: --removed image