app_lang_selector library

Constants

packageName → const String

Properties

bundledLocales Set<LangCode>
The locales this package ships its own translations for.
final
langsNameMap Map<LangCode, String>
Display names for the languages this package knows about, keyed by locale.
final
onLangChanged ↔ void Function(String lang)?
Called after SelectingLang.setLang applies a new language.
getter/setter pair
selectingLangProvider SelectingLangProvider
final