flutter_easy_dropdown 2.0.0
flutter_easy_dropdown: ^2.0.0 copied to clipboard
A feature-rich, customizable searchable dropdown with multi-selection, native pagination, async search, Material 3 styling, and multiple display modes (dialog, menu, bottomSheet).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_easy_dropdownThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_easy_dropdown: ^2.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_easy_dropdown/flutter_easy_dropdown.dart';