Skip to content

Commit c178b44

Browse files
committed
fix flutter installation command: pub get -> pub add
1 parent dffa7ce commit c178b44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/dart/README.md.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
You can install packages from the command line:
3636

3737
```bash
38-
pub get {{ language.params.packageName }}
38+
dart pub add {{ language.params.packageName }}
3939
```
4040

4141
{% if sdk.gettingStarted %}

templates/flutter/README.md.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
You can install packages from the command line:
3636

3737
```bash
38-
pub get {{ language.params.packageName }}
38+
flutter pub add {{ language.params.packageName }}
3939
```
4040

4141
{% if sdk.gettingStarted %}

0 commit comments

Comments
 (0)