dropdown_plus_plus 0.1.0+2 copy "dropdown_plus_plus: ^0.1.0+2" to clipboard
dropdown_plus_plus: ^0.1.0+2 copied to clipboard

Simple and easy to use Dropdown in forms with search, keyboard navigation, offiline data source, remote data source and easy customization.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dropdown_plus_plus

With Flutter:

 $ flutter pub add dropdown_plus_plus

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

dependencies:
  dropdown_plus_plus: ^0.1.0+2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dropdown_plus_plus/dropdown_plus_plus.dart';
11
likes
0
pub points
87%
popularity

Publisher

unverified uploader

Simple and easy to use Dropdown in forms with search, keyboard navigation, offiline data source, remote data source and easy customization.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on dropdown_plus_plus