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_firstlint rule inanalysis_options.yamlto enforce better code structure. - Updated dart doc.
- Declared platform support (
linux,macos,windows) inpubspec.yamlto 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.