dropdown_searchable_field 0.0.2
dropdown_searchable_field: ^0.0.2 copied to clipboard
It allows users to filter and select items in real-time, making it perfect for forms and search inputs. Easily styled and flexible for various use cases
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dropdown_searchable_fieldThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dropdown_searchable_field: ^0.0.2Alternatively, 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:dropdown_searchable_field/dropdown_searchable_field.dart';