iqplayer library

Classes

IQParser
This widget for display subtitle, you can use only with bloc:
IQScreen
UI Screen provide an awesome video player as a screen.
IQTheme
This class contorl theme of player, give this class the value you need to change, else you can let it null!
SubtitleProvider
Use it for provide the subtitle from:
VideoPlayerController
Controls a platform video player, and provides updates when the state is changing.
VideoPlayerValue
The duration, current position, buffering state, error state and settings of a VideoPlayerController.

Typedefs

IQErrorBuilder = Widget Function(BuildContext context, dynamic error)
This is provide a method you can use to make your customization. Call when handle error.
IQLockButtonBuilder = Widget Function(BuildContext context, bool isLock, AnimationController animationController)
Call when lockButton build.
IQPlayButtonBuilder = Widget Function(BuildContext context, bool isPlay, AnimationController animationController)
Call when playButton build.