We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
audioPlayer.stop(); audioPlayer.playerState.listen((event) {...});
IOS: PlayerState.pause Android: PlayerState.stop
What i expect: Same PlayerState as on Android
The text was updated successfully, but these errors were encountered:
I'm finding the same issue on my device. When calling stop() on a player, on iOS the state is returned as PlayerState.pause
Sorry, something went wrong.
iOS stop fix
61478b4
Fix for florent37#775 where play status was returning pause instead of stop on iOS
@pinpong If you still need this functionality, feel free to use my fork until the PR is merged.
florent37
No branches or pull requests
IOS: PlayerState.pause
Android: PlayerState.stop
What i expect:
Same PlayerState as on Android
The text was updated successfully, but these errors were encountered: