I need to add a Youtube playlist with a Youtube player to my Flutter application. How can I do that?
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.