From 5c60f48a17e3e6c34dcbcd51fa16b11802340471 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 30 Oct 2023 11:24:23 -0700 Subject: [PATCH] Update README.md to use new syntax for adding dev dependencies (#167) 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