auto_localized 0.3.0
auto_localized: ^0.3.0 copied to clipboard
Easy to use runtime-safe Flutter app localization tool using code generation.
0.3.0 Breaking Change #
- Add Safe Arguments supports.
- You can get translation without passing
BuildContextingetmethod. (WrappingMaterialAppwithAutoLocalizedAppis required). - The current locale is now accessible with
AutoLocalization.instance.locale.
0.2.0 Breaking Change #
- Add YAML support.
AutoLocalizedLocalefield:jsonFilePathreplaced withtranslationsFilePath.
0.1.0 #
- Initial release.