text_plus 0.2.0
text_plus: ^0.2.0 copied to clipboard
This pakcage is a wrapper for the Text widget that allows you to use the same widget with different styles in the same text.
TextPlus #
A text widget with easy use of text styles.
About TextPlus #
TextPlus is a text widget that allows you to easily use text styles. It is a wrapper around the Text widget and provides a more convenient way to use text styles.
Usage #
Is very simple to use, just import the package and use the TextPlus widget.
import 'package:text_plus/text_plus.dart';
TextPlus('Hello *world*!, this is *bold* text *example*.');