drop_down_data 1.0.5 copy "drop_down_data: ^1.0.5" to clipboard
drop_down_data: ^1.0.5 copied to clipboard

Drop-down list of data.dart allowing to make one or more selections and to search among the data.dart or an identifier.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add drop_down_data

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

dependencies:
  drop_down_data: ^1.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_data/drop_down_data.dart';
1
likes
140
pub points
0%
popularity

Publisher

verified publisherasyoulikekit.com

Drop-down list of data.dart allowing to make one or more selections and to search among the data.dart or an identifier.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on drop_down_data