qyplayer 0.0.7
qyplayer: ^0.0.7 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.0.7 #
- support
showBigPlay
0.0.6 #
- support
loop
0.0.5 #
- get video instance
GlobalKey<QYPlayeState> playerKey = GlobalKey<QYPlayeState>();
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