list_picker 0.0.4
list_picker: ^0.0.4 copied to clipboard
A flutter package to pick an item from a list of given items using a dialog box with search functionality.
0.0.4 #
- new: Changed mouse shape when hovered on textfield
- feat: Added width, padding and margin properties for ListPickerField
- feat: Added width and height properties for ListPickerDialog
- fix: InitialValue not shown when custom controller passed
- docs: added proper dartDoc comments
0.0.3 #
- Added proper package description
0.0.2 #
- Fixed broken demo gif link
0.0.1 #
- ListPickerField widget added
- ListPickerDialog widget added
- showPickerDialog function added