increase min Dart SDK to 3.5 for .address FFI accessors

This commit is contained in:
Nick Fisher
2024-09-19 12:51:30 +08:00
parent 330b1ca5d8
commit b8f94ed8a9

View File

@@ -5,7 +5,7 @@ homepage: https://thermion.dev
repository: https://github.com/nmfisher/thermion repository: https://github.com/nmfisher/thermion
environment: environment:
sdk: ">=3.3.0 <4.0.0" sdk: ">=3.5.0 <4.0.0"
dependencies: dependencies:
vector_math: ^2.1.2 vector_math: ^2.1.2
@@ -21,3 +21,4 @@ dependencies:
dev_dependencies: dev_dependencies:
ffigen: ^12.0.0 ffigen: ^12.0.0
test: test:
image: