selectpicker 1.0.8 selectpicker: ^1.0.8 copied to clipboard
A simple package for creating a SelectPicker.
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.