From 4ceebf18b84a52aa0ab10e0d1df13ae21a216ebf Mon Sep 17 00:00:00 2001 From: David Gomes <10091092+davidgomesdev@users.noreply.github.com> Date: Sun, 14 Jan 2024 12:16:59 +0000 Subject: [PATCH] docs: fix deprecated command --- app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/README.md b/app/README.md index 74e6034e..12f3a433 100644 --- a/app/README.md +++ b/app/README.md @@ -10,7 +10,7 @@ with `--dart-define=RUSTY_DEBUG_SERVER_IP=your-ip`. (by default is 127.0.0.1) ## Build -Run `flutter pub run build_runner build` before the actual build, to run the code generators. (like +Run `dart run build_runner build` before the actual build, to run the code generators. (like the JSON serializable objects) ### Note while debugging / developing