From a55f63a428589c27f3963b599f882f61bc83e70a Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 19 Sep 2024 12:51:30 +0800 Subject: [PATCH] increase min Dart SDK to 3.5 for .address FFI accessors --- thermion_dart/pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thermion_dart/pubspec.yaml b/thermion_dart/pubspec.yaml index 6625a16e..6342fb30 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.3.0 <4.0.0" + sdk: ">=3.5.0 <4.0.0" dependencies: vector_math: ^2.1.2 @@ -21,3 +21,4 @@ dependencies: dev_dependencies: ffigen: ^12.0.0 test: + image: \ No newline at end of file