yaml_localizations 1.4.0
yaml_localizations: ^1.4.0 copied to clipboard
A minimal YAML localization package built on LocalizationsDelegate.
1.4.0 6 dec 2023 #
- update packages and sdk env
1.3.0 5 may 2022 #
- use locale.toLanguageTag to build key
- DOC improvements
1.2.0 8 mar 2022 #
- fix tests by adding GlobalMaterialLocalizations.delegates
- add flutter_lints
1.1.1 18 july 2021 #
- README asset path fix
1.1.0 12 may 2021 #
- update yaml -> ^3.1.0
1.0.0 3 march 2021 #
- stable null-safe version !
- depends on yaml ^3.0.0
- added widget tests
- pass optional AssetBundle (for testing)
0.4.0-nullsafety.0 29 jan 2021 #
- updated yaml package and migrated to nullsafety
0.3.0+1 15 dec 2020 #
- improve description (and improve pub convention score)
0.3.0 30 november 2020 #
- add support for country code e.g. en-GB
- remove the need for supportedLanguageCodes (we expect assets for all supportedLocales)
- simplify YamlLocalizationsDelegate constructor
0.2.0 31 october 2020 #
- make constructor parameters @required
- don't trim
- simplify description
0.1.0+5 28 june 2020 #
- update README
0.1.0+4 7 june 2020 #
- update README
0.1.0+3 23 may 2020 #
- add rationale to README
0.1.0+2 22 may 2020 #
- simplify and remove danish from example
0.1.0+1 15 may 2020 #
- Added a yaml example file to README
- Added a new string example for broken lines
0.1.0 15 may 2020 #
- initial release