From de0fe385a15a44b3510a795df5d288d3461c902e 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:34:55 +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 dc20425..2da9f1a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: Finite state machine library. Easily define legal state transitions homepage: https://github.com/Workiva/state_machine environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.19.0 <3.0.0' dependencies: w_common: ^3.0.0