codegrue / flutter_material_pickers

A flutter package for displaying common picker dialogs.

Home Page:https://pub.dev/packages/flutter_material_pickers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radio / Selection pickers and immediate confirm/close option

jamesdlow opened this issue · comments

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