Skip to content

Instantly share code, notes, and snippets.

@tianhaoz95
Created March 13, 2020 06:06
Show Gist options
  • Save tianhaoz95/4a0aeb819d68039f563968897922f4a7 to your computer and use it in GitHub Desktop.
Save tianhaoz95/4a0aeb819d68039f563968897922f4a7 to your computer and use it in GitHub Desktop.
localeResolutionCallback:
(Locale locale, Iterable<Locale> supportedLocales) {
return locale;
},
flutter pub run intl_translation:generate_from_arb --output-dir=lib/services/i18n/wrappers lib/services/i18n/i18n.dart lib/services/i18n/messages/*.arb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment