From 49c860437d0d3cfb7c386bfe9b09c8f352b6f25e Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 20 Nov 2024 22:05:05 -0600 Subject: [PATCH] chore: adjust dart sdk constraint to ">=2.12.0 <4.0.0" --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 783bc5a0..7760ec6d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ topics: [equality, equals] funding: [https://github.com/sponsors/felangel] environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.12.0 <4.0.0" dependencies: collection: ^1.15.0