You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
Listening for state changes to the audio player with the following and not seeing any AudioPlayerState.RESUME also, even thought the ENUM talks about resume, there is no such function.
/// Paused. The user can [resume] the playback without providing the URL.
PAUSED,
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, 2.1.0-13.0.pre.293, on Mac OS X 10.15.7 19H2 darwin-x64, locale en-NZ)
[!] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.1)
[✓] VS Code (version 1.55.1)
[✓] Connected device (2 available)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Listening for state changes to the audio player with the following and not seeing any AudioPlayerState.RESUME also, even thought the ENUM talks about resume, there is no such function.
/// Paused. The user can [resume] the playback without providing the URL.
PAUSED,
audioplayer: ^0.8.1
audioplayer_web: ^0.7.1
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, 2.1.0-13.0.pre.293, on Mac OS X 10.15.7 19H2 darwin-x64, locale en-NZ)
[!] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.1)
[✓] VS Code (version 1.55.1)
[✓] Connected device (2 available)
The text was updated successfully, but these errors were encountered: