very_good_dropdown_search 0.0.1+3 very_good_dropdown_search: ^0.0.1+3 copied to clipboard
A Dropdown search widget with uses a text filed as its search bar.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add very_good_dropdown_search
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
very_good_dropdown_search: ^0.0.1+3
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:very_good_dropdown_search/very_good_dropdown_search.dart';