You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 replace the old json
The text was updated successfully, but these errors were encountered:
I wrote an alternative dart code generator in dart. you can costumize it very very easily! 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
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 replace the old json
The text was updated successfully, but these errors were encountered: