From 0c35d3f47f267fdc5b772a9fd4acda5017dd23d2 Mon Sep 17 00:00:00 2001 From: Dhruvan Bhalara Date: Sat, 9 Mar 2024 12:48:54 +0530 Subject: [PATCH] Update README.md - Updated code generation command as per latest Dart SDK --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae3b163..490f015 100644 --- a/README.md +++ b/README.md @@ -110,13 +110,13 @@ class ServiceB { Use the [watch] flag to watch the files' system for edits and rebuild as necessary. ```terminal -flutter packages pub run build_runner watch +dart run build_runner watch ``` if you want the generator to run one time and exits use ```terminal -flutter packages pub run build_runner build +dart run build_runner build ``` ### Inside of the generated file