Skip to content

Instantly share code, notes, and snippets.

@flutter-devs
Created January 3, 2019 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flutter-devs/4107430e8984b67b895308b2b5af6967 to your computer and use it in GitHub Desktop.
Save flutter-devs/4107430e8984b67b895308b2b5af6967 to your computer and use it in GitHub Desktop.
Localization Gist part 2
Text(
AppLocalizations.of(context).appNameShort,
style: TextStyle(
color: Colors.black,
),
textAlign: TextAlign.center,
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment