drop_down_selector 0.0.5 copy "drop_down_selector: ^0.0.5" to clipboard
drop_down_selector: ^0.0.5 copied to clipboard

A package to select single or multiple items from list of items and can search items.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add drop_down_selector

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

dependencies:
  drop_down_selector: ^0.0.5

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:drop_down_selector/drop_down_selector.dart';
22
likes
125
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A package to select single or multiple items from list of items and can search items.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on drop_down_selector