vscode-flutter-i18n-json
vscode-flutter-i18n-json copied to clipboard
VS Code extension to create a binding between your translations from .json files and your Flutter app.
Added option to specify root folder. This is useful when having monorepo and flutter project doesn't reside in workspace root.
I was trying to migrate to null-safety but I got the errors all over from generated i18n file can you please make another command for null safe code generation so...
Hi, please add support for sound null safety. do it by checking pubspec.yaml to see if it is enabled, then generate the code according to that.
I have the keys in my database and i want to be able load it also by string and not just by name: `I18n.of(context).get('greetTo');` Is there a way to do...
It'd be a nice feature to have [reference](https://github.com/long1eu/flutter_i18n#3-plurals)
Currently, the extension silently fails to generate an update if comments are added to the translation files It would be nice to have support for comments in JSON for larger...
This tool is wonderfully simple to use. The only other thing I could ask for is a way to automatically watch for changes in the json files and run the...
Upon generation the private locale class of the second locale is not generated in i18n.dart if you have two locales that have an array with the same key. **Steps to...
i want to generated the 'i18n.dart' by the jsons from our apis, for example if we find a wrong text in the json, we can upload a new json to...