We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c86a8a + c178b44 commit 89f8035Copy full SHA for 89f8035
templates/dart/README.md.twig
@@ -35,7 +35,7 @@ dependencies:
35
You can install packages from the command line:
36
37
```bash
38
-pub get {{ language.params.packageName }}
+dart pub add {{ language.params.packageName }}
39
```
40
41
{% if sdk.gettingStarted %}
templates/flutter/README.md.twig
+flutter pub add {{ language.params.packageName }}
0 commit comments