json_to_arb 0.1.14
json_to_arb: ^0.1.14 copied to clipboard
A Dart package to convert JSON localization files to ARB format.
0.1.14 - 2025-09-07 #
Enhanced CLI functionality and improved documentation.
- Added proper CLI executable configuration for
dart runand global installation support - Improved README with clear problem-solution narrative and streamlined documentation
- Enhanced configuration key documentation with detailed explanations
- Fixed executables configuration in pubspec.yaml for proper CLI usage
- Updated Keys class with better documentation and const declarations
0.1.13 - 2025-09-07 #
Fixed executables configuration for proper CLI functionality.
- Corrected executables section in pubspec.yaml to remove invalid path separators
- Enabled proper
dart run json_to_arband global CLI installation support
0.1.12 - 2025-09-06 #
Version bump to 0.1.12 for maintenance and compatibility updates.
0.1.11 - 2025-09-06 #
Version bump to 0.1.11 for maintenance and compatibility updates.
0.1.0 - 2025-09-05 #
Initial release of json_to_arb. Features:
- Converts multiple modular JSON localization files into ARB format for Flutter.
- Automatically merges and flattens nested objects, with file name prefixes for keys.
- Ensures seamless integration with Flutter's official localization system.
- Includes basic utilities and models for localization workflows.
0.1.1 - 2025-09-06 #
Documentation and cleanup update.
- Improved README.md for clarity and developer experience.
- Removed redundant sections and reorganized content.