smart_search_dropdown 0.0.4
smart_search_dropdown: ^0.0.4 copied to clipboard
A customizable Flutter dropdown with search functionality.
Change Log #
All notable changes to the "smart_search_dropdown" Flutter package will be documented in this file. This project adheres to Semantic Versioning.
1.0.0 - 2023-11-07 #
Added #
- Initial release of the
smart_search_dropdownpackage. - The
SmartSearchDropdownwidget, a customizable searchable dropdown for Flutter. - Support for displaying a list of items, selecting an item, and searching through the items.
- Customization options for labels, colors, and loading indicators.
- A sample
CustomDropDownItemclass for defining dropdown items.
Changed #
- None
Removed #
- None