Skip to content

Commit

Permalink
Replace deprecated "dart pub run" with "dart run" (#2899)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuyafujisaki authored Sep 13, 2023
1 parent 7203e62 commit 1b5e50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/riverpod_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Don't forget to run `flutter pub get` / `dart pub get`.
To start the code generator, run the following command:

```sh
dart pub run build_runner watch
dart run build_runner watch
```

## Defining our first "provider"
Expand Down

0 comments on commit 1b5e50b

Please sign in to comment.