Skip to content

Commit

Permalink
fix: use dart 2.17 for dart:ffi abi-specific integer types
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Jun 19, 2023
1 parent d5b7f50 commit 79e410a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/flutter_gpiod/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage: https://ardera.dev/
repository: https://github.com/ardera/flutter_packages

environment:
sdk: '>=2.14.0 <3.0.0'
sdk: '>=2.17.0 <3.0.0'

dependencies:
meta: ^1.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/linux_spidev/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://ardera.dev
repository: https://github.com/ardera/flutter_packages

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.17.0 <3.0.0'

dependencies:
ffi: ^2.0.0
Expand Down

0 comments on commit 79e410a

Please sign in to comment.