custom_searchable_dropdown 3.2.2
custom_searchable_dropdown: ^3.2.2 copied to clipboard
A new Flutter package.
3.2.2 2026-06-19. #
- Fixed menuMode dropdown behavior to correctly close the overlay and update parent state/label upon item selection.
3.2.1 2026-06-19. #
- Patch bump to resolve publication synchronization.
3.2.0 2026-06-19. #
- Added
suffixIconparameter to customize trailing dropdown icon. - Fixed search bar visibility toggle logic (using
!widget.hideSearch). - Fixed bug where prefix icon was duplicated in trailing position.
3.1.0 2026-06-10. #
- Updated package to be fully compatible with latest Flutter and Dart SDKs.
- Added standard analysis lint configurations.
- Modernized code, added const constructors, resolved all deprecation warnings, and improved type safety.
- Re-generated example app build configurations and updated Gradle wrapper version to 8.13 to support Java 21.
1.0.5 2021-02-13. #
- It contains Improved Size ratios and decoration is added for decorating the widget.
0.0.1 2021-01-20. #
- Initial Stage