dropdown_plus_plus 0.1.0 dropdown_plus_plus: ^0.1.0 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
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';