Yasin ilhan

Results 38 comments of Yasin ilhan

> Update flutter to the latest version and problem solved Latest stable?

Same issue also latest version

It is working well for me Android and also IOS as well. Can you give more information ? Which OS / Version Which device What is android SDK version

Try something like below. - Please add open method inside try catch and don't forget to add await before opening player as it is a future.

It is known issue, if you find solution you can create PR.

It is known issue. After Android 12 close system dialogs is deprecated so i removed that. I haven't found anything alternative yet. You can have a look too.

Can you try Audio.file instead of using only Audio. and open method is future use await for initializing correctly. Here is the edited your code. ``` await player .open( Audio.file("assets/mp3/disconnect.mp3"),...