arb_utils_flutter library
Classes
- LanguageSelectorDropdown
-
A DropdownButton prepared for displaying the supported languages. Use with
AppLocalizations.supportedLocales
Enums
- LanguagesDisplayLanguage
- The strategy for displaying the languages names
Functions
-
getLocaleFromTag(
String localeTag) → Locale - Transforms a String like 'es_AR' to a Locale with language code 'es' and country code 'AR'.
Typedefs
- LanguageChangeHandler = dynamic Function(Locale chosenLocale)