youtube_shorts library

Properties

brazilianAlternativas Map<String, Map<String, String>>
getter/setter pair

Functions

getMockedChannelIds() List<String>

Typedefs

AdsDataBuilder = Widget Function(int index, PageController pageController)
DisposeFunction = FutureOr<void> Function()
The dispose function of VideoDataCompleter.
OnNotifyCallback = FutureOr<void> Function(VideoData prevVideo, int prevIndex, int currentIndex)
UpdateSettingsFunction = ShortsControllerSettings Function(ShortsControllerSettings currentController)
Update the ShortsControllerSettings function
VideoData = ({VideoController videoController, VideoStats videoData})
The data to controll video player and the video stats.
VideoDataBuilder = Widget Function(int index, PageController pageController, VideoController videoController, Video videoData, MuxedStreamInfo hostedVideoInfo, Widget child)
VideoDataCompleter = Completer<VideoData>
The completer typedef of VideoData.
VideoInfoBuilder = Widget Function(int index, PageController pageController, VideoController videoController, Video videoData, MuxedStreamInfo hostedVideoInfo)
VideoStats = ({MuxedStreamInfo hostedVideoInfo, Video videoData})
The video data (url, title, description etc...) and the hosted video info.