0 purchases
common rich text
common_rich_text #
This flutter widget is created for commonly used rich text widget.
Features #
Used for commonly code of rich text.
Getting started #
To use this package, add common_rich_text as a dependency in your pubspec.yaml file.
Usage #
Minimal example:
RichTextWidget(
text: "Title",
requiredText: "*",
fontWeight: FontWeight.bold,
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.