super_tag_editor 1.1.0
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_editorThis 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.0Alternatively, 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';