flavor_text library
A lightweight and fully customisable text parser for Flutter.
Classes
- FlavorText
- Builds rich texts from a text using Tags.
- IconTag
- Tag for displaying icons as text.
- Property
- A property belonging to a Tag.
- RainbowTag
- Tag for rendering text with rainbow colors.
- StyleTag
- Tag for styling text.
- Tag
- Base class that each tag should extend from.
- TextTag
- Tag for normal text.
Typedefs
-
TagBuilder<
T extends Tag> = T Function()