flutter_easy_dropdown 2.0.0 copy "flutter_easy_dropdown: ^2.0.0" to clipboard
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_dropdown

This 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.0

Alternatively, 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';
5
likes
160
points
134
downloads

Documentation

API reference

Publisher

verified publishertherohitsoni.in

Weekly Downloads

A feature-rich, customizable searchable dropdown with multi-selection, native pagination, async search, Material 3 styling, and multiple display modes (dialog, menu, bottomSheet).

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

dio, flutter

More

Packages that depend on flutter_easy_dropdown