tiagohm / libao

A Dart wrapper for the libao library to output audio using a simple API on a wide variety of platforms.
https://pub.dev/packages/libao
MIT License
24 stars 3 forks source link

not compatible with current stable Dart 2.13 #1

Closed maks closed 3 years ago

maks commented 3 years ago

Hi, thank you for making this package!

I found that due to changes on the way to FFI becoming stable, there were some breaking changes to FFI which affected this package and stop it from working with current stable version of Dart.

I've made the required updates in my repo fork, so I'll submit a PR shortly with these.