flutter_material_pickers
flutter_material_pickers copied to clipboard
A flutter package for displaying common picker dialogs.
While it won't have any tangible impact on the security of this library, becoming a verified uploader would make this library look better on [pub.dev](https://pub.dev).
To begin, thank you for your wonderful library :) In CardSettingsListPicker, when the user wants to change the selected value, a ScrollPicker is shown with "showDivider" property set to true...
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...
Trying to update all my packages and ran across this issue on ios. Just upgraded flutter as well to see if that would help. Because flutter_material_pickers >=2.0.0 depends on intl...
The title parameter of showMaterialTimePicker isn't used on showTimePicker. Solution: add `helpText: title` to the showTimePicker call, show_time_picker.dart, L36.
Hello, Is it possible for the checkbox to be in the left instead of the right side of the label currently: check 1 [] check 2 [] but need the...
With Flutter 3.3 the scroll doesn't work. In the class "selection_picker.dart" the Scrollbar must have the same ScrollController of the ListView ``` ScrollController _controller = ScrollController(); .... Scrollbar( controller: _controller,...
An option to add a search bar to scroll pickers would be nice. When there are over a 100 different items the lack of a search bar is really visible.
Hi, thanks for the awesome package. It would be awesome if the text color within the dialog could be configured with an optional argument like most of the rest of...
When im trying to archive to upload my app to the App Store im having this problem and i archive to upload my app when running flutter build ipa Expected...