ilteoood / flutter_i18n

I18n made easy, for Flutter!
MIT License
217 stars 57 forks source link

[Question] Basic Text Formatting (bold, italic, underscore) #156

Closed moseskarunia closed 3 years ago

moseskarunia commented 3 years ago

Hi, is it possible to use basic text formatting with translate?

For example, I want to display "Hello world!"

page:
  main:
    message: Hello **world**! 
ilteoood commented 3 years ago

Nope, all the functionalities are documented in the README.

To do this, I suggest you to use different keys and widgets