arb_gen 0.0.3 arb_gen: ^0.0.3 copied to clipboard
Dart package designed to simplify the translation and localization process in Flutter projects using ARB (Application Resource Bundle) files.
Changelog #
All notable changes to this project will be documented in this file.
[Unreleased] #
Added #
- Integration with Flutter when
allAtOnce
is set to false.
[0.0.3] - 2024-01-14 #
Added #
- Initial release
- Basic functionality for translating and localizing using ARB files.
- Support for loading configuration from
arb.gen/config.json
or command line arguments. - Parsing and translating ARB/JSON content.
- Generation of translated .ARB files.
- Conditional integration with Flutter based on the
allAtOnce
flag.