token_text_controller 0.1.1
token_text_controller: ^0.1.1 copied to clipboard
A customizable Flutter text editing controller for detecting, styling, querying, and serializing semantic text tokens.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add token_text_controllerWith Flutter:
$ flutter pub add token_text_controllerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
token_text_controller: ^0.1.1Alternatively, 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:token_text_controller/token_text_controller.dart';