From 60454ed24998148427765d8b1d3b92aa4aa859a6 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 29 May 2026 13:14:06 -0400 Subject: [PATCH] remove deprecated argument to build_runner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17fe237..4587b63 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ dart scripts/generate.dart Build generated files, and watch for new changes: ```sh -flutter pub run build_runner watch --delete-conflicting-outputs +flutter pub run build_runner watch ``` Run the app: