From 2e28b0379d242f399665db89620241b2ee5d9a0d Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 3 Jul 2025 13:09:36 +0800 Subject: [PATCH] bump min Dart constraint to satisfy pub.dev --- 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 ee7cb702..6206f313 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.4 <4.0.0" + sdk: ">=3.6.0-0 <4.0.0" dependencies: vector_math: ^2.1.2