cool_dropdown_plus 1.1.0
cool_dropdown_plus: ^1.1.0 copied to clipboard
CA customizable dropdown for Flutter. Fork of cool_dropdown with critical bug fixes and performance improvements.
1.1.0 #
- New Feature: Added Splash (Ripple) effect on tap. The dropdown now feels much more native and responsive (Material style).
- New Feature: Added Hover effect. Items and the button now highlight when hovered with a mouse.
- New Feature: Added
splashColorandhighlightColorto options for full customization. - UX: Added proper mouse cursor (clickable hand) for the button and items.
- Fixed: Critical bug where
defaultItemdid not update when the parent widget changed. You no longer need to useUniqueKey()or force rebuilds. - Maintenance: Replaced deprecated
WillPopScopewithPopScope(Flutter 3.12+ support).
1.0.0 #
- Forked from cool_dropdown.
- Fixed: Selection highlighting bug in long lists (Widget Recycling issue).
- Fixed: Crash on rapid open/close actions.
- Performance improvements.