multi_data_picker 0.2.0
multi_data_picker: ^0.2.0 copied to clipboard
A flexible multi-select widget for Flutter with popup picker, controller support, and TextField styling.
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.
Let me know if you'd like to scaffold a migration guide or update the README to reflect the new usage pattern.
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