-
Notifications
You must be signed in to change notification settings - Fork 18
[Windows]Incompatible with package file_picker_cross #34
Comments
As I said, since Dart FFI is stable now... I want to get an audio/video playback library for Dart aswell (not just Flutter). So I'm experimenting with FFI currently. I have a kinda busy schedule till 16 of this month. I won't be able to get much covered. But a lot after that. I also can't wait to get it out for you. I have a collaborator testing the things I make along the way, so I'm real serious about this time. |
Hello @narumishi ! I've made my libVLC based project public here. This will be sequel to this package, although I'll still maintain this one if someone needs miniaudio. |
@alexmercerind wonderful, starred it. Hope it will be popular! |
@narumishi thankyou! Now it is also supported on Linux. It has a lot more features than this plugin & a left list of more upcoming features ✨. Let me know, if you discover any issues on that repo. I'll be marking this project as archived for now. |
If I use
flutter_audio_desktop 0.1.0
(just depend inpubspec.yaml
) and any recent version offile_picker_cross
together inside one project, once file picker is called, the program will run into stuck - "not responding", the file chooser window is not shown yet. You need to force close it.flutter_audio_desktop 0.0.8
works fine. Maybe there are some conflicts of platform-specific codes in v0.1.0. But I haven't found it out. And Linux not tested.I will also create an issue at
file_picker_cross
project (https://gitlab.com/testapp-system/file_picker_cross/-/issues/41)Minimal example
pubspec.yaml
main.dart
hope the new projectflutter_vlc
publish soon, even in beta, is there any plan when to publish?The text was updated successfully, but these errors were encountered: