From e4a0940bed137559e05a26e4df150af52bb9286b 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:31:19 +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 abdbad4..dcf9e70 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: R-tree implementation to index and query two-dimensional data homepage: https://github.com/Workiva/r_tree environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.19.0 <3.0.0' dev_dependencies: benchmark_harness: any