flutter_localisation 1.0.3  flutter_localisation: ^1.0.3 copied to clipboard
flutter_localisation: ^1.0.3 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.yamlwith the correct flavor.
- Error handling for missing flavors.
- Automatic creation of l10n.yamlfrom scratch if it does not exist.
- Logging of errors during file reading and writing.
- Tests for various scenarios including:
- Updating l10n.yamlwith the correct flavor.
- Logging an error if no flavor is provided.
- Creating l10n.yamlfrom 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.