json_to_arb 0.2.2
json_to_arb: ^0.2.2 copied to clipboard
Convert modular JSON localization files into Flutter ARB files with nested folder support.
0.2.2 - 2026-07-11 #
- Added the "logging" option to trun on/off logging.
0.2.1 - 2026-07-11 #
- Added
example/example.dartandexample/README.mdto satisfy pub.dev's example check. - ...(any other real changes in this version — e.g. did the example addition trigger any bump-worthy behavior change, or was 0.2.2 solely the example/doc fix?)
0.2.0 - 2026-07-11 #
Publishing metadata refresh and logging cleanup.
- Added pub.dev discovery metadata including issue tracker and topics
- Deduplicated skip warnings so a bad JSON file is reported once across generation and consistency checks
- Updated README install examples to match the published version
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.