basic_selector 0.1.2
basic_selector: ^0.1.2 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:paddingPadding for the actions and the contentbuilderTo build a custom dialog with custom contentextraContentExtra 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
23and minutes to59
0.1.1+1 #
- Fix readme to include .gif urls for examples
0.1.2 #
- Fix basic time selector generated times as last value for hour to
23and minutes to59and readme to include .gif urls for examples