autocomplete_tag_editor 1.0.6 copy "autocomplete_tag_editor: ^1.0.6" to clipboard
autocomplete_tag_editor: ^1.0.6 copied to clipboard

A Flutter widget for tag input with autocomplete functionality

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add autocomplete_tag_editor

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

dependencies:
  autocomplete_tag_editor: ^1.0.6

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:autocomplete_tag_editor/autocomplete_tag_editor.dart';
2
likes
160
points
104
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter widget for tag input with autocomplete functionality

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on autocomplete_tag_editor