flutteryoutube

How can I add a Youtube playlist with video in my flutter app?


I need to add a Youtube playlist with a Youtube player to my Flutter application. How can I do that?


Solution

  • You can check this youtube_player_flutter plugin and see if it fits your use case. The plugin doesn't seem to support playlist URLs directly, but you can create a List<String> videoURls containing all the video URLs you need for the playlist.