play library

Classes

MediaController
if you want tutorial please check Youtube
MediaData
if you want tutorial please check Youtube
MediaPlayer
Play
ProgressBar
A progress bar widget to show or set the location of the currently playing audio or video content.
ThumbDragDetails
Data to pass back on drag callback events
Video
if you want tutorial please chek Youtube
VideoState
if you want tutorial please chek Youtube

Enums

BarCapShape
The shape of the progress bar at the left and right ends.
MediaFromType
if you want tutorial please check Youtube
TimeLabelLocation
This is where the current time and total time labels should appear in relation to the progress bar.
TimeLabelType
The time label on the right hand side can be shown as the totalTime or as the remainingTime. If the choice is remainingTime then this will be shown as a negative number.

Typedefs

ThumbDragStartCallback = void Function(ThumbDragDetails details)
The callback signature for when the thumb begins a horizontal drag.
ThumbDragUpdateCallback = void Function(ThumbDragDetails details)
The callback signature for when the thumb is moving on horizontally and has new data.