-
Notifications
You must be signed in to change notification settings - Fork 3
Unhandled Exception: Null check operator used on a null value #5
Comments
Hmm, yes I probably should have changed that code to be a bit better when I did the port to null-safety. |
Same Problem!
change code
|
@sleepreading ok but where is the |
@maks
I used your demo code: |
No worries and no need to apologise. Depending on what audio playback functionality you need, you may be better off looking to use something like just_audio. |
Thanks! |
@sleepreading I agree, I really like this package too, but it doesn't change that the underlying libao library does not support Android. I maybe working on a similar Dart FFI package for Android's Oboe library, so I'll make sure to mention it here if I do get it published in the future. |
When calling
Libao.open();
, I'm getting the message in the title, on Windows 10.following the stack trace takes me to this
The text was updated successfully, but these errors were encountered: