From e3c8580f3c753235d1c47acbc74d0cb931fbdb06 Mon Sep 17 00:00:00 2001 From: "Carlos (Goodwine)" <2022649+Goodwine@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:56:57 -0800 Subject: [PATCH] Update pubspec.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ensure that dart style is actually v3 or above Co-authored-by: なつき --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index cbf7bac3f..05c131958 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -41,7 +41,7 @@ dev_dependencies: analyzer: ^6.8.0 archive: ^3.1.2 crypto: ^3.0.0 - dart_style: ">=2.0.0 <4.0.0" + dart_style: ^3.0.0 dartdoc: ^8.0.14 grinder: ^0.9.0 node_preamble: ^2.0.2