-
Notifications
You must be signed in to change notification settings - Fork 16
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
Can't load video from assets #11
Comments
+1 |
1 similar comment
+1 |
Unfortunately don’t have time to fix this. I though by now Flutter would have a video player! open to PR requests though |
Flutter seems to be waiting for the platform-view feature for desktop. Not sure what the progress is. |
They've been working on that for a long time. |
This depends on flutter/flutter#47681 which hopefully will soon be fixed by flutter/engine#37421. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to use this video player in a presentation app, similar to Powerpoint or Keynote.
I have videos packaged with my app assets that I'd like to play in the presentation. However,
VideoPlayerController.asset("...")
triggers an unimplemented error wheninitialize()
ing.Code:
Error:
Dependencies:
The text was updated successfully, but these errors were encountered: