flutter_auto_localizations 1.0.2
flutter_auto_localizations: ^1.0.2 copied to clipboard
A CLI tool to auto-translate Flutter ARB localization files using Google Translate.
1.0.2 #
- Added
sort_constructors_first
lint rule inanalysis_options.yaml
to enforce better code structure. - Updated dart doc.
- Declared platform support (
linux
,macos
,windows
) inpubspec.yaml
to clarify that this package as a CLI tool.
1.0.1 #
- Update README.md
1.0.0 #
- Added support for ARB file parsing and localization generation.
- Integrated Google Cloud Translation API support.
- Implemented ICU Plural and Select message handling.
- Introduced caching mechanism for optimized translations.
- Added global configurations.
- Added per-key configurations.
- Provided cost estimation for translation API usage.