smartnsoft / FlappyTranslator

A tool which automatically generates Flutter localization resources from CSV and Excel files.
MIT License
57 stars 20 forks source link

Update Readme for pub run #18

Closed amreniouinnovent closed 4 years ago

amreniouinnovent commented 4 years ago

Could you add the second command too in Readme?

 pub run flappy_translator translation.csv 
Could not find a file named "pubspec.yaml" in "/Users/apple/.pub-cache/hosted/pub.dartlang.org/_fe_analyzer_shared-2.1.0".

So I used Flutter pub and it works.

% flutter pub run flappy_translator translation.csv 
[PROGRESS] 1 words recognized
defuncart commented 4 years ago

flutter pub run flappy_translator is already mentioned as the command in README.