Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created September 23, 2018 19:08
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 hitherejoe/39c37521a54e428209c2470b16e2eff4 to your computer and use it in GitHub Desktop.
Save hitherejoe/39c37521a54e428209c2470b16e2eff4 to your computer and use it in GitHub Desktop.
String get connectWithGoogle =>
Intl.message('Connect with Google',
name: 'connectWithGoogle', desc: 'Connect with Google button text');
String get welcomeMessage =>
Intl.message('Connect with your Google account to keep track of your favorite hashtags for Twitter & Instagram',
name: 'welcomeMessage', desc: 'Welcome text displayed on authentication screen');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment