clever_dropdown 1.0.0
clever_dropdown: ^1.0.0 copied to clipboard
A customizable Flutter dropdown widget with search, single & multi selection, and add-new-item support.
1.0.0 #
🎉 Initial release of clever_dropdown: A powerful and flexible dropdown widget for Flutter with rich customization and interaction features.
🚀 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
itemAsStringfor 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.