basic_selector 0.1.1+1 basic_selector: ^0.1.1+1 copied to clipboard
Basic Selector is a Flutter package that creates a widget to select a value from a wheeled like picker.
0.0.1 #
- Initial release
0.0.1+1 #
- Fix formatting and updated readme
0.0.1+2 #
- Fix formatting and updated readme
0.0.2 #
- Fix constructor was missing super parameters
0.1.0 #
- Added new parameters for
BasicTimeSelectorDialogConfig
:padding
Padding for the actions and the contentbuilder
To build a custom dialog with custom contentextraContent
Extra content below the selector
- Added new examples to example app
0.1.1 #
- Fix basic time selector generated times as last value for hour to
23
and minutes to59
0.1.1+1 #
- Fix readme to include .gif urls for examples