tag_styled_text 0.0.1 copy "tag_styled_text: ^0.0.1" to clipboard
tag_styled_text: ^0.0.1 copied to clipboard

Straightforward xml tag based (rich) styling on Text widgets

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tag_styled_text

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

dependencies:
  tag_styled_text: ^0.0.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:tag_styled_text/tag_styled_text.dart';
1
likes
130
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

Straightforward xml tag based (rich) styling on Text widgets

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, flutter, xml

More

Packages that depend on tag_styled_text