super_tag_editor 0.0.3+4 copy "super_tag_editor: ^0.0.3+4" to clipboard
super_tag_editor: ^0.0.3+4 copied to clipboard

A simple tag editor for inputing tags. This is design to act and feel similar the standard Material TextField as much as possible.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add super_tag_editor

With Flutter:

 $ flutter pub add super_tag_editor

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

dependencies:
  super_tag_editor: ^0.0.3+4

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:super_tag_editor/suggestions_box_controller.dart';
import 'package:super_tag_editor/tag_editor.dart';
import 'package:super_tag_editor/tag_editor_layout_delegate.dart';
import 'package:super_tag_editor/tag_layout.dart';
import 'package:super_tag_editor/tag_render_layout_box.dart';
35
likes
0
pub points
89%
popularity

Publisher

unverified uploader

A simple tag editor for inputing tags. This is design to act and feel similar the standard Material TextField as much as possible.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

debounce_throttle, flutter, pointer_interceptor

More

Packages that depend on super_tag_editor