multi_data_picker 0.2.1
multi_data_picker: ^0.2.1 copied to clipboard
A flexible multi-select widget for Flutter with popup picker, controller support, and TextField styling.
0.2.1 โ 2025-11-05 #
๐จ UI Updates
- Updated chip background and text colors for better contrast and visual consistency with Select2-style tags.
- Refined list item background colors for normal, hover, selected, and hovered+selected states in both light and dark themes.
๐ Documentation
- Replaced outdated screenshots in the README to reflect the new visual style and layout improvements.
0.2.0 โ 2025-11-04 #
โจ Added #
- Migrated to
any_field^0.1.0as the base wrapper for consistent InputDecorator behavior. - Unified label, hint, and error styling via
any_field, removing manual decoration logic.
๐ง Changed #
- Refactored internal layout to rely on
any_field'sInputDecorationhandling. - Picker content now aligns natively with form fields, improving UX consistency across platforms.
๐งน Removed #
- All
compensationparameters and layout hacks for vertical alignment. - Deprecated
displayPaddingโ now handled idiomatically viacontentPaddinginany_field.
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