advance_dropdown_plus 1.0.2 copy "advance_dropdown_plus: ^1.0.2" to clipboard
advance_dropdown_plus: ^1.0.2 copied to clipboard

An advanced Flutter dropdown widget with multi-selection, search functionality, and customizable styling. Supports both single and multi-select modes with validation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add advance_dropdown_plus

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  advance_dropdown_plus: ^1.0.2

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:advance_dropdown_plus/advance_dropdown_plus.dart';
2
likes
135
points
65
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

An advanced Flutter dropdown widget with multi-selection, search functionality, and customizable styling. Supports both single and multi-select modes with validation.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, equatable, flutter, get

More

Packages that depend on advance_dropdown_plus