searchdropdownusinggeneric 0.0.1 copy "searchdropdownusinggeneric: ^0.0.1" to clipboard
searchdropdownusinggeneric: ^0.0.1 copied to clipboard

Search drop down

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
2
likes
100
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Search drop down

License

unknown (license)

Dependencies

flutter

More

Packages that depend on searchdropdownusinggeneric