drop_down_data 1.0.5
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_dataThis 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.5Alternatively, 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';