cached_chewie_plus library

Classes

CachedVideoPlayer
Widget that displays the video controlled by controller.
CachedVideoPlayerController
Controls a platform video player, and provides updates when the state is changing.
CachedVideoPlayerValue
The duration, current position, buffering state, error state and settings of a CachedVideoPlayerController.
Caption
A representation of a single caption.
Chewie
A Video Player with Material and Cupertino skins.
ChewieController
The ChewieController is used to configure and drive the Chewie Player Widgets. It provides methods to control playback, such as pause and play, as well as methods that control the visual appearance of the player, such as enterFullScreen or exitFullScreen.
ChewieControllerProvider
ChewieProgressColors
ChewieState
ClosedCaption
Widget for displaying closed captions on top of a video.
ClosedCaptionFile
A structured representation of a parsed closed caption file.
CupertinoControls
DurationRange
Describes a discrete segment of time within a video using a start and end Duration.
MaterialControls
MaterialDesktopControls
OptionItem
OptionsTranslation
SubRipCaptionFile
Represents a ClosedCaptionFile, parsed from the SubRip file format. See: https://en.wikipedia.org/wiki/SubRip
Subtitle
Subtitles
VideoPlayerOptions
VideoPlayerOptions can be optionally used to set additional player settings
VideoPlayerPlatformConfig
VideoProgressColors
Used to configure the VideoProgressIndicator widget's colors for how it describes the video's status.
VideoProgressIndicator
Displays the play/buffering status of the video controlled by controller.
VideoScrubber
A scrubber to control CachedVideoPlayerControllers
WebVTTCaptionFile
Represents a ClosedCaptionFile, parsed from the WebVTT file format. See: https://en.wikipedia.org/wiki/WebVTT

Enums

DataSourceType
The way in which the video was originally loaded.
VideoFormat
The file format of the given video.

Functions

initDefaultVideoPlayerPlatform() → void

Typedefs

ChewieRoutePageBuilder = Widget Function(BuildContext context, Animation<double> animation, Animation<double> secondaryAnimation, ChewieControllerProvider controllerProvider)