After setting up all the .json
files, pubspec
file and initialization in the main method when I am trying to create the codegen_loader.g.dart
file from the terminal by invoking flutter pub run easy_localization:generate
, it's not getting through. Even no error message is getting.
Below is a snippet of the command line:
PS C:\Users\Prosanto\Desktop\Android Dev\localization> flutter pub run easy_localization:generate -h
PS C:\Users\Prosanto\Desktop\Android Dev\localization> flutter pub run easy_localization:generate -S "assets/translations" -O "lib/translations"
PS C:\Users\Prosanto\Desktop\Android Dev\localization>
Nothing is happening, any help or suggestion is highly helpful.