-
-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple instances of media player #16
Comments
Yes - spotted this on my first run. |
In addition; clearing all running apps doesn't close the app but you have to manually click 'X' on the drawer to close it. |
Has this been fixed, i am also stuck at this point. A working solution is appreciated |
@femibiwoye currently its not, but its an easy fix. Either use static Media Player and update the actions on the MediaPlayer instance rather than creating a new one Or Use service so that background playback is supported |
@nidhinprathap, thank you for your response. Thanks |
Sry haven't implemented with flutter. Just search Android Music Player + android service. Many examples are out there. With that, you need to connect flutter to native code like in the example of the project. |
While playing a song in Media Player, if we send it to the background and then back to the foreground & click on any song, it creates a new instance of MediaPlayer and both the songs are played together.
The text was updated successfully, but these errors were encountered: