attributed_text 0.4.0 copy "attributed_text: ^0.4.0" to clipboard
attributed_text: ^0.4.0 copied to clipboard

Text with metadata spans for easy text editing and styling.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add attributed_text

With Flutter:

 $ flutter pub add attributed_text

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  attributed_text: ^0.4.0

Alternatively, 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:attributed_text/attributed_text.dart';
24
likes
130
points
18.9k
downloads

Publisher

verified publishersuperlist.com

Weekly Downloads

Text with metadata spans for easy text editing and styling.

Repository (GitHub)
View/report issues

Topics

#rich-text #attributed-string #annotated-text #annotated-string #super-editor

Documentation

API reference

Funding

Consider supporting this project:

flutterbountyhunters.com
github.com

License

MIT (license)

Dependencies

characters, collection, logging, meta, test

More

Packages that depend on attributed_text