attributed_text 0.3.0 copy "attributed_text: ^0.3.0" to clipboard
attributed_text: ^0.3.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.3.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';
21
likes
110
pub points
92%
popularity

Publisher

verified publishersuperlist.com

Text with metadata spans for easy text editing and styling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

characters, collection, logging, meta, test

More

Packages that depend on attributed_text