andyduke / styled_text_package

Text widget with formatted text using tags. Makes it easier to use formatted text in multilingual applications.
https://pub.dev/packages/styled_text
BSD 3-Clause "New" or "Revised" License
75 stars 48 forks source link

double quotes won't show #11

Closed edwinaceron closed 3 years ago

edwinaceron commented 3 years ago

How would I show the double quotes? I did use replaceAll that would replace double quote with \" but still it won't show.

andyduke commented 3 years ago

How would I show the double quotes? I did use replaceAll that would replace double quote with " but still it won't show.

Try " instead of "

edwinaceron commented 3 years ago

How would I show the double quotes? I did use replaceAll that would replace double quote with " but still it won't show.

Try " instead of "

thanks andy!