flutter_ar_json_extractor 0.0.7
flutter_ar_json_extractor: ^0.0.7 copied to clipboard
A Flutter package for extracting and managing JSON localization files.
0.0.7 #
- replace hardcoded output path with configurable base and target languages
- add robust regex for asset path detection to skip non-localizable strings
- improve print/log call detection logic
- merge new strings into existing JSON files instead of overwriting
- sort JSON keys alphabetically for consistent diffs
- add user confirmation prompt before processing
- refactor script state and configuration variables
- update console messages for clarity and correctness