From f57072d9ee41a3bc2a4805574c965d8862a7d41e Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Tue, 15 Oct 2024 20:26:35 +0100 Subject: [PATCH] chore: Use compatible SDK constraint --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1ca8146..b8ece24 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ repository: https://github.com/Flagsmith/flagsmith-flutter-core issue_tracker: https://github.com/Flagsmith/flagsmith-flutter-core/issues environment: - sdk: ^3.0.0 + sdk: ">=3.0.0 <4.0.0" dependencies: crypto: ^3.0.1