token_text_controller 0.3.1
token_text_controller: ^0.3.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 Flutter:
$ flutter pub add token_text_controllerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
token_text_controller: ^0.3.1Alternatively, 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:token_text_controller/token_text_controller.dart';