Closed guenth39 closed 6 months ago
I would love to see some default pattern that can be enabled for easy things like bold and italic.
So your bold example could then look like:
///WhatsApp like text formatter EasyRichText( "TEST *bold font*. test *boldfont*.", patternList: [ ///bold font EasyRichTextPatterns.bold(), ], ),
This is a good suggestion.
I would love to see some default pattern that can be enabled for easy things like bold and italic.
So your bold example could then look like: