From 378fdd956348a1e627d3208f23ef0ff193995613 Mon Sep 17 00:00:00 2001 From: jordyhers Date: Fri, 27 Oct 2023 08:46:33 +0200 Subject: [PATCH] chore(#84): Fix dependency issue --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8168c75..2d1c2a1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,7 +19,7 @@ repository: https://github.com/JordyHers/flutter_any_logo #environment supported environment: - sdk: '>=2.19.2 <3.0.0' + sdk: ">=3.10.0 <4.0.0" flutter: ">=2.5.0"