token_text_controller 0.3.1 copy "token_text_controller: ^0.3.1" to clipboard
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_controller

This 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.1

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:token_text_controller/token_text_controller.dart';
1
likes
160
points
253
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter text editing controller for detecting, styling, querying, and serializing semantic text tokens.

Homepage

Topics

#text-field #text-editing #mentions #hashtags #syntax-highlighting

License

MIT (license)

Dependencies

characters, flutter

More

Packages that depend on token_text_controller