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.
Howdy All,
I have a SmartSelect<>.single widget with a list of about 50 items.
How can I get the selected item to scroll into view when the user opens the selection page if it is off the page?
All the best,
Aggie85