youtube_player_flutter icon indicating copy to clipboard operation
youtube_player_flutter copied to clipboard

Video metadata not showing

Open TrijalSrimal opened this issue 1 year ago • 1 comments

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.

TrijalSrimal avatar Apr 20 '23 07:04 TrijalSrimal

I have the same issue and solve it but wrap it in YoutubePlayerScaffold you can see it in action here

StevePhuc avatar Jul 28 '23 02:07 StevePhuc