CustomSearchDropDown

A Flutter package for creating a custom search dropdown that allows users to search through a list of items and select one from the filtered results. It is generic, so you can use it with any type of data.

Features

  • Searchable dropdown with live filtering.
  • Customizable display text using a function.
  • Handles any type of item (generic type T).
  • Easy to integrate into your Flutter projects.

Installation

To use the CustomSearchDropDown in your Flutter project, add it as a dependency in your pubspec.yaml file.

dependencies:
  flutter:
    sdk: flutter
  custom_search_dropdown: ^1.0.0

Libraries

searchdropdown