FastLocale extension

Extension on BuildContext to read Locale information

on

Properties

countryCode String?

Available on BuildContext, provided by the FastLocale extension

The Locale.countryCode of the current BuildContext
no setter
languageCode String

Available on BuildContext, provided by the FastLocale extension

The Locale.languageCode of the current BuildContext
no setter
languageTag String

Available on BuildContext, provided by the FastLocale extension

The Locale.toLanguageTag of the current BuildContext
no setter
locale Locale

Available on BuildContext, provided by the FastLocale extension

The Locale of the current BuildContext
no setter
scriptCode String?

Available on BuildContext, provided by the FastLocale extension

The Locale.scriptCode of the current BuildContext
no setter