clever_dropdown 1.0.1
clever_dropdown: ^1.0.1 copied to clipboard
A customizable Flutter dropdown widget with search, single & multi selection, and add-new-item support.
1.0.1 #
- Improved UI responsiveness across different screen sizes.
- Fixed dropdown not auto-closing when selecting in multi-selection mode.
- Enhanced keyboard accessibility for search input and navigation.
1.0.0 #
🎉 Initial release of clever_dropdown
: A powerful and flexible dropdown widget for Flutter with rich customization and interaction features.
- Single-selection and multi-selection support.
- Searchable dropdown list with real-time filtering.
- Add new item support within the dropdown.
- Intelligent item rendering with
itemAsString
for custom display. - Asynchronous item loading (
Future<List<T>>
support). - Full customization: dropdown height, border, radius, hint, colors, padding, and more.
- Click outside to dismiss dropdown.
- Keyboard navigation support for web and desktop.
- Works seamlessly on Android, iOS, Web, and Desktop.