tagged_field 1.0.1 copy "tagged_field: ^1.0.1" to clipboard
tagged_field: ^1.0.1 copied to clipboard

Flutter TextField with tag autocomplete and chip visualization

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tagged_field

With Flutter:

 $ flutter pub add tagged_field

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  tagged_field: ^1.0.1

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:tagged_field/tagged_field.dart';
9
likes
0
points
152
downloads

Publisher

verified publisherdevcloud.com.co

Weekly Downloads

Flutter TextField with tag autocomplete and chip visualization

Repository (GitHub)
View/report issues

Topics

#textfield #keyvalue #tags #filters #autocomplete

License

unknown (license)

Dependencies

flutter

More

Packages that depend on tagged_field