From f6202af7e39cbfb3d5ec5f7a243240e5b4fe6c2c 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:37:15 +0000 Subject: [PATCH] Raise Dart SDK min from 2.12+ to 2.19 --- example/project/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/project/pubspec.yaml b/example/project/pubspec.yaml index a722bc6..324c8f2 100644 --- a/example/project/pubspec.yaml +++ b/example/project/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.0 publish_to: none environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.19.0 <3.0.0' dev_dependencies: build_runner: ^2.1.2