From 8dbce167481cc3da26ea6a0b0a74421a8549f24b Mon Sep 17 00:00:00 2001 From: "sourcegraph-commit-signing-app[bot]" <188111114+sourcegraph-commit-signing-app[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:21:57 +0000 Subject: [PATCH] Raise Dart SDK min from 2.12+ to 2.19 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 96006aa0..f119f25a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ description: > environment: - sdk: '>=2.15.0 <3.0.0' + sdk: '>=2.19.0 <3.0.0' dependencies: analyzer: ^5.0.0