-
-
Notifications
You must be signed in to change notification settings - Fork 379
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
Uncaught Error: MissingPluginException #853
Comments
I have the same problem, so I have done some testing based on @bin2ai's test code. When debugging, I get a very strange behaviour inside the Future _open in assets_audio_player.dart as code lines are skipped after invoking the open method. I use a local copy, so have added some debugging code (which yet does not help me much). Code from the invokeMethod:
I have a break point on the invokeMethod. When pressing F8 (Android Studio latest), it skips directly to the line as indicated in the comments in the code snippet (_isBuffering.add(false);).
Needless to say, no audio is ever played. |
Flutter Version
My version :
3.24.4
Lib Version
My version :
^3.1.1
Platform (Android / iOS / web) + version
Platform : Web Deployed and Test on...
Version 130.0.2849.68 (Official build) (64-bit)
Version 130.0.6723.93 (Official Build) (64-bit)
18
on iOS18
Describe the bug
[√] I can run
flutter run -d chrome
(testedweb
only) and have the audio play just fine.[X] however, when i deploy to the internet using firebase (
firebase deploy
) no sound is played an the network console prints the founding messages (2 warnings, 1 error).Flutter doctor
Small code to reproduce
main.dart
pubspec.yaml
The text was updated successfully, but these errors were encountered: