all_in_one_dropdown 0.0.4
all_in_one_dropdown: ^0.0.4 copied to clipboard
A customizable Flutter package that supports single dropdown, searchable dropdown, and multi-select dropdown in one unified widget.
Changelog #
All notable changes to the all_in_one_dropdown package will be documented in this file.
0.0.4 - 2025-06-28 #
Added #
- Initial release of the
all_in_one_dropdownpackage. - Support for normal single-value dropdown.
- Support for searchable dropdown.
- Support for multi-select dropdown with checkboxes.
- Customization options for text style, border color, icons, and hint text.
- Smooth keyboard handling and dropdown repositioning.
- Reusable and modular widgets for easy integration.
Coming Soon #
- Grouped dropdown support.
- Async data fetching for dropdown items.
- Keyboard navigation and accessibility improvements.