flutter_localisation 2.0.0
flutter_localisation: ^2.0.0 copied to clipboard
A command-line tool for generating localization files for different flavors.
Changelog #
[1.0.0] - 2024-06-08 #
Added #
- Initial release of
flutter_localisation
. - Script to generate localization files based on provided flavor.
- Support for updating existing
l10n.yaml
with the correct flavor. - Error handling for missing flavors.
- Automatic creation of
l10n.yaml
from scratch if it does not exist. - Logging of errors during file reading and writing.
- Tests for various scenarios including:
- Updating
l10n.yaml
with the correct flavor. - Logging an error if no flavor is provided.
- Creating
l10n.yaml
from scratch if it does not exist. - Handling errors during file reading and writing.
- Logging error if ARB directory does not exist.
- Updating
- Documentation for installation and usage.
1.0.1 #
- Fixed Path issue.
1.0.2 #
- use escaping.
1.0.3 #
- Updated ReadMe & example app.
2.0.0 #
- Support Live update feature.