mirror of
https://github.com/rrousselGit/riverpod.git
synced 2025-08-14 09:31:51 +08:00
migrate from 'flutter pub run' to 'dart run' (#2757)
--------- Co-authored-by: Remi Rousselet <darky12s@gmail.com>
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user