super_tag_editor 0.3.0 super_tag_editor: ^0.3.0 copied to clipboard
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
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.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';