vscode-flutter-i18n-json
vscode-flutter-i18n-json copied to clipboard
class not getting generated when adding arrays
I have two files en-US.json, he-IL.json I add simple array: "fruits": ["apple","banana"]
hebrew: "fruits": ["apple","בננה"]
then only en_US class getting generated
I can confirm this is an issue.
I also think this project is dead as it is not being maintained.
I wrote an alternative dart code generator in dart since then (because my poor knowledge in ts). https://github.com/gnudles/dart_i18n_generator add it to dev dependencies in pubspec.yaml and generate i18n.dart by running the command flutter pub run i18n_json:i18n_json