multi_data_picker 0.1.0
multi_data_picker: ^0.1.0 copied to clipboard
A flexible multi-select widget for Flutter with popup picker, controller support, and TextField styling.
0.1.0 - 2025-11-04 #
- Initial release of
multi_data_picker - Support for generic data type
T - Three popup types:
dialog,page,bottom ListDataBuilder.stringandListDataBuilder.customfor display customizationMultiPickerControllerfor external state management- Initial value support
- TextField-style appearance via
InputDecoration - Change detection hooks
- Layout and spacing customization
- Tile styling via
ListDataTileStyle