pezi / dart_periphery

dart_periphery is a Dart port of the native c-periphery library
BSD 3-Clause "New" or "Revised" License
36 stars 9 forks source link

Please upgrade dependency on "ffi" to 2.0.x #15

Closed eximius313 closed 1 year ago

eximius313 commented 1 year ago

FFI is currently in version 2.0.1, while dart_periphery depends on 1.1.2, which prevents users from using other libraries. Could you please upgrade ffi to 2.0.x?

pezi commented 1 year ago

Update v0.9.2 wtih FFI 2.0.1 ist available https://pub.dev/packages/dart_periphery

eximius313 commented 1 year ago

awesome! thank you! there is only one problem... you've upgraded also path to 1.8.2 while the nevest stable version of flutter_test supports only 1.8.1 and meta to 1.8.0 while flutter_test supports only 1.7.0 :( (only beta supports path: 1.8.2 and meta: 1.8.0)

pezi commented 1 year ago

New corrected version is online.

eximius313 commented 1 year ago

Thank you!