super_tag_editor 0.3.1 copy "super_tag_editor: ^0.3.1" to clipboard
super_tag_editor: ^0.3.1 copied to clipboard

PlatformiOSweb

A simple tag editor for inputting 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 Flutter:

 $ flutter pub add super_tag_editor
copied to clipboard

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

dependencies:
  super_tag_editor: ^0.3.1
copied to clipboard

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: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';
import 'package:super_tag_editor/utils/direction_helper.dart';
import 'package:super_tag_editor/widgets/rich_text_widget.dart';
import 'package:super_tag_editor/widgets/validation_suggestion_item.dart';
copied to clipboard
42
likes
140
points
839
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.26 - 2025.03.10

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

debounce_throttle, flutter, intl, pointer_interceptor

More

Packages that depend on super_tag_editor