-
-
Save hitherejoe/39c37521a54e428209c2470b16e2eff4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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