autocomplete_tag_editor 1.0.5 copy "autocomplete_tag_editor: ^1.0.5" to clipboard
autocomplete_tag_editor: ^1.0.5 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 Dart:

 $ dart pub add autocomplete_tag_editor

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 dart pub get):

dependencies:
  autocomplete_tag_editor: ^1.0.5

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

Publisher

unverified uploader

Weekly Downloads

A Flutter widget for tag input with autocomplete functionality

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on autocomplete_tag_editor