Working with localization #353
Unanswered
Tulleb
asked this question in
Help and Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently using
HomeWidget.renderFlutterWidgetto display a basic Flutter widget.But when I am trying to use
context.ltwithin my widget to display a translated string, then I have the following error:And if I'm trying to include my widget declaration within a Localization declaration like this:
Then I have this error when trying to render my widget:
Is there any documentation somewhere showing the good practices to localise our home widget?
Beta Was this translation helpful? Give feedback.
All reactions