selectpicker 1.0.14 selectpicker: ^1.0.14 copied to clipboard
A simple package for creating a SelectPicker.
1.0.14 #
- It is possible to inform whether the selectPicker data is being loaded by the isLoading property. If loading, the selector cannot be opened.
- Selector is no longer taking up the entire screen when there is little data.
- Improved selector click.
1.0.13 #
- Improved search field style;
- Visual improvement implemented in the item selection shadow;
- Improved display of the selector title;
- Removed unused code;
1.0.12 #
- Changed default color of bottomsheet background to Color(0xFAFAFAFF)
1.0.11 #
- Adjusted hintColor property to inputStyle
1.0.10 #
- Added hintColor property to inputStyle default grey
1.0.9 #
- Added textColor property to inputStyle default black87
- Added backgroundColor property to BottomSheetStyle default white70
- Created CustomStyle for itens on list
1.0.8 #
- Function onSearch, you can pass a function that will be executed in the onChangeText of the inputSearch of the selectpicker. This function must receive a nullable string and return a Future< List
1.0.7 #
- Important correction on didUpdateWidget updating current selection.
1.0.6 #
- Important correction on selectPickerViewModel Provider.
1.0.5 #
- Adjusted examples.
1.0.4 #
- spelling corrected.
1.0.3 #
- Created styles to customize selectpicker.
- Changed import package.
- Corrections on parameters showId and selectFirst and initialItem.
1.0.2 #
- Add example.dart link.
- Changed import package.
1.0.1 #
- Adjusted examples.
1.0.0 #
- Created the selector with bottom sheet.