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

A Flutter widget for editing and managing tags with auto-suggestions and Material-like behavior. Designed to feel natural with Gmail-style tag inputs.

Use this package as a library

Depend on it

Run this command:

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

dependencies:
  super_tag_editor: ^1.1.0

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';
43
likes
160
points
1.44k
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A Flutter widget for editing and managing tags with auto-suggestions and Material-like behavior. Designed to feel natural with Gmail-style tag inputs.

Repository (GitHub)
View/report issues

Topics

#flutter #tag #input #editor #textfield

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

debounce_throttle, flutter, intl, pointer_interceptor

More

Packages that depend on super_tag_editor