From 4409f988d639afe6cb297b4e58ff709b2a1d6214 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 30 Oct 2023 09:19:26 -0700 Subject: [PATCH] Update README.md to use new syntax for adding dev dependencies As documented here: https://dart.dev/tools/pub/cmd/pub-add#dev-dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 827228b..7349a5d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ For existing apps or packages, you can enable these lints via: 1. In a terminal, located at the root of your package, run this command: ```terminal - dart pub add --dev lints + dart pub add dev:lints ``` 2. Create a new `analysis_options.yaml` file, next to the pubspec, that