choose_input_chips 1.1.3
choose_input_chips: ^1.1.3 copied to clipboard
Build form fields with multiple values and text completion.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add choose_input_chipsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
choose_input_chips: ^1.1.3Alternatively, 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:choose_input_chips/choose_input_chips.dart';