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

Radio / Selection pickers and immediate confirm/close option #55

Open jamesdlow opened 10 months ago

jamesdlow commented 10 months ago

Hi, For the radio and selection pickers, would it be possible to have an option that removes both the OK button, and immediately closes the dialog and calls onChanged when an option is clicked? For some applications, it is a faster and better user experience to immediately close on selecting an option, rather than having to click or tap twice. Thanks, James