FastLocale extension

Extension on BuildContext to read Locale information

on

Properties

countryCode String?
The Locale.countryCode of the current BuildContext
no setter
languageCode String
The Locale.languageCode of the current BuildContext
no setter
languageTag String
The Locale.toLanguageTag of the current BuildContext
no setter
locale Locale
The Locale of the current BuildContext
no setter
scriptCode String?
The Locale.scriptCode of the current BuildContext
no setter