Skip to content

Commit

Permalink
Merge pull request #30 from fotiDim/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
roipeker authored Sep 19, 2023
2 parents ce8d8e5 + f435448 commit 38b7577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ flutter pub global activate flutter_translation_sheet

If you use dev_dependency, just run in your flutter project's root dir.
```bash
flutter pub run flutter_translation_sheet:main
dart run flutter_translation_sheet:main
```
By default, when you pass no parameters, it will execute the `run` command.

So, for example, if you wanna run the `fetch` command:

```bash
flutter pub run flutter_translation_sheet:main fetch
dart run flutter_translation_sheet:main fetch
```

---
Expand Down

0 comments on commit 38b7577

Please sign in to comment.