Skip to content

Instantly share code, notes, and snippets.

@tianhaoz95
Created March 19, 2020 04:44
Show Gist options
  • Save tianhaoz95/4e23d1537839ef3e101c8af9773bbf67 to your computer and use it in GitHub Desktop.
Save tianhaoz95/4e23d1537839ef3e101c8af9773bbf67 to your computer and use it in GitHub Desktop.
example i18n message getter
String get title {
return Intl.message(
'Mini Donkey',
name: 'title',
desc: 'Title for the application',
locale: localeName,
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment