text_plus 0.4.0 copy "text_plus: ^0.4.0" to clipboard
text_plus: ^0.4.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 #

About #

This pakcage is a wrapper for the Text widget that allows you to use the same widget with different styles in the same string. It is useful for when you want to use different styles in the same text, such as bold, italic, underline, etc.

Usage #

TextPlus(
    'Hello _ world_!, ..this.. is *simple* ~example~ *text* with _multistyles_',
    style: TextStyle(fontSize: 64),
    textAlign: TextAlign.center,
)

Result

3
likes
160
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

This pakcage is a wrapper for the Text widget that allows you to use the same widget with different styles in the same text.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on text_plus