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.
1 parent dffa7ce commit c178b44Copy full SHA for c178b44
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