dropdown_textfield_plus 1.0.1
dropdown_textfield_plus: ^1.0.1 copied to clipboard
A customizable dropdown text field for Flutter with single/multi-selection, search filtering, tooltips, and Material 3 dark mode support
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dropdown_textfield_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dropdown_textfield_plus: ^1.0.1Alternatively, 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_textfield_plus/dropdown_textfield_plus.dart';