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

Scroll to Selected Item #48

Open Aggie85 opened 1 year ago

Aggie85 commented 1 year ago

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