📦 Flutter Easy Searchable Dropdown

Pub Version License

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.9

---

## 📞 Contact

Maintained by **Partha Baral**.  
For any issues, suggestions, or support, you can contact me via my website:

[https://partha.shohozbuy.com](https://partha.shohozbuy.com)

You can also check the source code and report issues on GitHub:

[GitHub Repository](https://github.com/Baralpartha/flutter_easy_searchable_dropdown)