Skip to content

Instantly share code, notes, and snippets.

@rohan20
Created September 3, 2018 13:53
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 rohan20/7431279c8b05be3b36e4b396f0fcc2f5 to your computer and use it in GitHub Desktop.
Save rohan20/7431279c8b05be3b36e4b396f0fcc2f5 to your computer and use it in GitHub Desktop.
flutter-localizations
@override
bool isSupported(Locale locale) {
return application.supportedLanguagesCodes.contains(locale.languageCode);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment