Command line problem?
I have a strange command-line issue. I have the package in the pubspec, and I have code using it, so that's all good. When I go to the command line to do anything I get... nothing.
% flutter pub run easy_localization:generate -h %
This is supposed to display the help, but it simply returns to the prompt.
Is my environment screwed up somehow perhaps?
Thanks!
Same issue for me!
same for me as well
+1
Just a note though, it's ONLY the -h part that is broken. The actual generator still works properly.
Just a note though, it's ONLY the -h part that is broken. The actual generator still works properly.
no. everything is broken now. it has been broken for about 3 weeks now
Anybody with a solution of this problem ?
same problem
+1
Same here +1
when is this gonna get fixed?
If you use default assetLoader try to add source dir argument with path. For example:
flutter pub run easy_localization:generate -f keys -o locale_keys.g.dart --source-dir ./assets/translations