flutter_material_pickers
flutter_material_pickers copied to clipboard
A flutter package for displaying common picker dialogs.
Hello, Could be useful to add an option : hideCancelButton to just hide the cancel button. It will allow to use showMaterialResponsiveDialog as an alert dialog.
flutter_material_pickers: ^3.1.0 I'm using a transform parameter in my `showMaterialScrollPicker` function. I expect to get a debug print message "transform" when building the picker dialog. but it looks like the...
I really like your package but I can't change the text style for the header and checkbox name, let me know if you have something, thanks. showMaterialCheckboxPicker( context: context, title:...
I like to show 2 scroll picker side by side. below is my sample code. ``` void selectTypeAndTime() { var selectedUsState = "Connecticut"; List stateList = [ 'Alabama', 'Alaska', 'Arizona',...
it would be nice to use our own images or widgets. In the source code the icon is set to the paramter leading of a ListTile which also allows a...