multi_data_picker 0.2.3
multi_data_picker: ^0.2.3 copied to clipboard
A flexible multi-select widget for Flutter with popup picker, controller support, and TextField styling.
0.2.3 β 2025-11-11 #
- Updated
README.md:- Make description shorter
- Update how to contribute section
0.2.2 β 2025-11-05 #
- Updated
README.md:- Added Table of Contents with shortcut links for easier navigation
- Documented how to implement and return results from
loadDatacallback - Explained usage of
ListDataPicker.dataandListDataPicker.error - Clarified
hasNextbehavior for infinite scroll support
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