youtube_player_iframe library

Classes

PlaybackRate
Playback rate or speed for the video.
ThumbnailQuality
Quality of YouTube video thumbnail.
YoutubeMetaData
Meta data for Youtube Video.
YoutubePlayer
A widget to play or stream Youtube Videos.
YoutubePlayerController
Controls the youtube player, and provides updates when the state is changing.
YoutubePlayerControllerProvider
An inherited widget to provide YoutubePlayerController to it's descendants.
YoutubePlayerIFrameAPI
The skeleton for YouTube IFrame Player API.
YoutubePlayerParams
Defines player parameters for YoutubePlayer.
YoutubePlayerScaffold
A widget the scaffolds the YoutubePlayerso that it can be moved around easily in the view and handles the fullscreen functionality.
YoutubeValueBuilder
Widget that builds itself based on the latest snapshot of interaction with a YoutubePlayerController.

Enums

ListType
The type of playlist.
PlayerState
Current state of the player.
YoutubeError
Youtube Errors

Extensions

YoutubePlayerControllerExtension on BuildContext
YoutubePlayerControllerExtension

Functions

errorEnum(int errorCode) YoutubeError

Typedefs

YoutubePlayerIFrame = YoutubePlayer
A widget to play or stream Youtube Videos.