flutter_easy_searchable_dropdown 0.1.2
flutter_easy_searchable_dropdown: ^0.1.2 copied to clipboard
A customizable, lightweight, and easy-to-use searchable dropdown widget for Flutter.
📦 Flutter Easy Searchable Dropdown #
A customizable and lightweight searchable dropdown widget for Flutter.
Easily add a dropdown with built-in search functionality and optional clear button to your Flutter apps.
⚙️ How It Works #
The FlutterEasySearchableDropdown widget provides a single-selection dropdown with:
- Searchable input field
- Clearable selection
- Fully customizable UI (text style, icons, hints)
- Smooth overlay dropdown list
Users can type in the search field to filter options dynamically. The overlay updates automatically as the search query changes. Selecting an item updates the input and triggers the onChanged callback.
🎨 Features #
- Lightweight and fast
- Fully customizable appearance (text style, border, icons)
- Searchable dropdown for quick selection
- Optional clear button to reset selection
- Smooth overlay animations
- Easy integration in any Flutter project
🚀 Installation #
Add this line to your pubspec.yaml:
dependencies:
flutter_easy_searchable_dropdown: ^0.1.2
## 📸 Screenshots
[](https://pub.dev/packages/flutter_easy_searchable_dropdown)
[](https://github.com/yourusername/flutter_easy_searchable_dropdown/blob/main/LICENSE)
[](https://github.com/yourusername/flutter_easy_searchable_dropdown)
---