From 4106185e63d56982915678496bc0955842873a54 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:14:50 +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 c77230c..d3cac3f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ version: 2.0.5 description: Fluri is a fluent URI library built to make URI mutation easy. homepage: https://github.com/Workiva/fluri environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.19.0 <3.0.0' dev_dependencies: test: ^1.15.7 workiva_analysis_options: ^1.1.0