1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Switch to using dart run instead of base-VM command (#1476)

This commit is contained in:
Parker Lougheed
2022-10-15 17:57:34 -05:00
committed by GitHub
parent 0bdb8f06ab
commit 0ff17c4c3a
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ $ flutter pub global activate peanut
Verify `pub get` has been run on each demo:
```console
$ dart _tool/verify_packages.dart
$ dart run _tool/verify_packages.dart
```
Build all demos, along with the sample index: