From 7475b2c73575f33f1bb0d5f49dd47f1744d83e60 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:46:37 +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 da153f9..5009da8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ description: > routing by rewriting 404s to the root index. environment: - sdk: '>=2.18.0 <3.0.0' + sdk: '>=2.19.0 <3.0.0' dependencies: args: ^2.3.1