youtube_player_flutter
youtube_player_flutter copied to clipboard
Video metadata not showing
Describe the bug controller.value.metadata is always returning '', video is playing fine however
To Reproduce Steps to reproduce the behavior: call controller.value.metaData or controller.metadata then print or use as text. Gives an empty map.
Expected behavior Return metadata
Screenshots
Technical Details:
- Device: [Chrome for Web]
Additional context Add any other context about the problem here.
I have the same issue and solve it but wrap it in YoutubePlayerScaffold you can see it in action here