qyplayer 0.1.2
qyplayer: ^0.1.2 copied to clipboard
a versatile video player. Supports m3u8, flv, mp4, and more. Simple, yet powerful, with a clean interface for seamless video playback in your Flutter projects.
0.1.2 #
— support playbackRate
0.1.1 #
- downgrade dependency
0.1.0 #
- support QYPlayerController
0.0.9 #
- fixbug: Once you have called dispose() on a VideoControllerProvider, it can no longer be used.
0.0.8 #
- fixbug
0.0.7 #
- support
showBigPlay
0.0.6 #
- support
loop
0.0.5 #
- get video instance
GlobalKey<QYPlayerState> playerKey = GlobalKey<QYPlayerState>();
QYPlayer(
key: playerKey,
width: MediaQuery.of(context).size.width,
height: MediaQuery.of(context).size.height,
src: 'http://live.m2.tv/hls3/stream.m3u8',
)
print('${playerKey.currentState?.videoInstance?.isLive}');
0.0.4 #
- fix: calling setState() to ensure the object is still in the tree.
0.0.3 #
- chore: add comment
0.0.2 #
- chore: add example
0.0.1 #
- init