1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

flutter pub (#86)

This commit is contained in:
Michael Thomsen
2019-05-22 16:54:09 +02:00
committed by GitHub
parent fa356540c6
commit 3098bf2c9a
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ Go into one of the sample directories, get packages, and run.
```console
$ cd gallery
$ flutter packages pub get # or `pub get` with the Dart SDK
$ flutter pub get # or `pub get` with the Dart SDK
$ webdev serve
```