From 61d1581b962f212ebddd76e5b27946599e58ce9f Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 25 Sep 2024 22:35:30 +0800 Subject: [PATCH] fix!: fix min SDK for thermion_dart --- thermion_dart/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermion_dart/pubspec.yaml b/thermion_dart/pubspec.yaml index de69b194..453af0b1 100644 --- a/thermion_dart/pubspec.yaml +++ b/thermion_dart/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://thermion.dev repository: https://github.com/nmfisher/thermion environment: - sdk: ">=3.5.0 <4.0.0" + sdk: ">=3.6.0-0 <4.0.0" dependencies: vector_math: ^2.1.2