-
Notifications
You must be signed in to change notification settings - Fork 856
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
MissingPluginException (MissingPluginException(No implementation found for method setSourceBytes on channel xyz.luan/audioplayers)) #1467
Labels
Comments
Hi, after upgrade in to v4.0 version, I have the similar issue after call
Thanks |
@pro100andrey you're right! I missed the implementation to dispose the players for many platforms. Thanks for noting! |
@moshOntong-IT Bytes source is only supported for Android. But we would be happy if anyone implements this: #1269 |
Gustl22
added a commit
that referenced
this issue
Apr 11, 2023
# Description The implementation to dispose a player on the native side was missing for many platforms. See #1467 (comment)
7 tasks
Gustl22
added a commit
that referenced
this issue
Sep 23, 2023
# Description This PR will support "setSourceBytes" method for Windows OS. ## Related Issues #1269 Closes #1600 Closes #1467 --------- Co-authored-by: Gustl22 <[email protected]>
Gustl22
pushed a commit
that referenced
this issue
Sep 26, 2023
# Description This PR will support "setSourceBytes" method for Windows OS. ## Related Issues #1269 Closes #1600 Closes #1467 --------- Co-authored-by: Gustl22 <[email protected]> (cherry picked from commit a9e1471)
Gustl22
added a commit
that referenced
this issue
Nov 14, 2023
# Description This PR will support "setSourceBytes" method for Windows OS. ## Related Issues #1269 Closes #1600 Closes #1467 --------- Co-authored-by: Gustl22 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Current bug behaviour
What I am see right now is this
MissingPluginException (MissingPluginException(No implementation found for method setSourceBytes on channel xyz.luan/audioplayers))
when I invoke the setSourceBytesExpected behaviour
It should setSourceBytes must be invoke because according to this package, it will support windows platform. So I am expecting that this setSourceBytes is compatible in flutter windows.
Steps to reproduce
flutter run
on the code sampleCode sample
Code sample
Affected platforms
Windows
Platform details
Windows 11
AudioPlayers Version
3.0.1
Build mode
debug
Audio Files/URLs/Sources
http://167.172.64.61/v1/storage/buckets/64336229beb1032a5c38/files/6434e99ea1b73751ccb1/view?project=6432060389f51dde2154
Screenshots
Logs
Full Logs
Flutter doctor:
Related issues / more information
No response
Working on PR
no way
The text was updated successfully, but these errors were encountered: