youtube_web_player library

Classes

YoutubeWebPlayer
A widget that displays a YouTube video using an embedded WebView.
YoutubeWebPlayerController
Controller for managing the state of the YouTube Web Player.
YoutubeWebPlayerHandler
A handler class for controlling a YouTube web player within an InAppWebView. It facilitates communication between the Flutter app and the web player.
YoutubeWebPlayerTemplate

Extensions

DurationConversionExtension on String
An extension on the String class to add functionality for converting a string representation of a duration into a Duration object.
MapResponseConvertExtension on Map<Object?, Object?>