codegrue / flutter_material_pickers

A flutter package for displaying common picker dialogs.
https://pub.dev/packages/flutter_material_pickers
MIT License
98 stars 61 forks source link

Show item instead of value for Scroll Picker #28

Closed elliotrtd closed 3 years ago

elliotrtd commented 3 years ago

Scroll Picker was displaying and returning from the values list, this now displays the corresponding item in the scroll picker whilst still returning the value.

elliotrtd commented 3 years ago

Fixes issue #15 (comment of @tehsphinx)