📦 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 an 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. 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 the package to your pubspec.yaml dependencies:

dependencies:
  flutter_easy_searchable_dropdown: ^0.1.10

Then run:

flutter pub get

📞 Contact & Support

Maintained by Partha Baral.

For questions, feature requests, or support, please reach out via the website. You can also view the source code, report issues, or contribute on GitHub:

GitHub Repository