Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ lib

The state management approach is intentionally low-level. That way, it's easy to
take this project and run with it, without having to learn new paradigms, or having
to remember to run `flutter pub run build_runner watch`. You are,
to remember to run `dart run build_runner watch`. You are,
of course, encouraged to use whatever paradigm, helper package or code generation
scheme that you prefer.

Expand Down
4 changes: 2 additions & 2 deletions templates/card/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ lib

The state management approach is intentionally low-level. That way, it's easy to
take this project and run with it, without having to learn new paradigms, or having
to remember to run `flutter pub run build_runner watch`. You are,
to remember to run `dart run build_runner watch`. You are,
of course, encouraged to use whatever paradigm, helper package or code generation
scheme that you prefer.

Expand Down Expand Up @@ -199,7 +199,7 @@ To update the launcher icon, first change the files
Then, run the following:

```bash
flutter pub run flutter_launcher_icons:main
dart run flutter_launcher_icons:main
```

You can [configure](https://github.com/fluttercommunity/flutter_launcher_icons#book-guide)
Expand Down
4 changes: 2 additions & 2 deletions templates/endless_runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ lib

The state management approach is intentionally low-level. That way, it's easy to
take this project and run with it, without having to learn new paradigms, or having
to remember to run `flutter pub run build_runner watch`. You are,
to remember to run `dart run build_runner watch`. You are,
of course, encouraged to use whatever paradigm, helper package or code generation
scheme that you prefer.

Expand Down Expand Up @@ -233,7 +233,7 @@ To update the launcher icon, first change the files
Then, run the following:

```bash
flutter pub run flutter_launcher_icons:main
dart run flutter_launcher_icons:main
```

You can [configure](https://github.com/fluttercommunity/flutter_launcher_icons#book-guide)
Expand Down
Loading