language_code 0.2.0
language_code: ^0.2.0 copied to clipboard
This plugin helps you to get the current language code and Locale.
0.2.0 #
- Change from using
windowtoPlatformDispatcher. - Using sdk: ">=2.18.0 <4.0.0" and flutter: ">=3.3.0".
0.1.1 #
- Add
LanguageCode.setTestCodeto set aLanguageCodesfor testing.
0.1.0 #
- Add
LanguageCodes, a pre-defined language code, name in English and name in Native for all the countries. - [BREAKING CHANGE] Rename from
LanguageCode.codetoLanguageCode.rawCode. - Add new
LanguageCode.code, this variable will return asLanguageCodes.
0.0.1 #
- Initial release.