migrate from 'flutter pub run' to 'dart run' (#2757)

---------

Co-authored-by: Remi Rousselet <darky12s@gmail.com>
This commit is contained in:
Joe Freeman
2023-07-21 04:39:11 -04:00
committed by GitHub
parent de164addfb
commit 7db87ebf61
6 changed files with 19 additions and 13 deletions

View File

@ -11,5 +11,5 @@ This can be done with:
```sh
cd examples/stackoverflow
flutter pub run build_runner build --delete-conflicting-outputs
dart run build_runner build -d
```