qyplayer 0.0.7 copy "qyplayer: ^0.0.7" to clipboard
qyplayer: ^0.0.7 copied to clipboard

outdated

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
5
likes
0
points
40
downloads

Publisher

verified publisherdei3.com

Weekly Downloads

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.

Repository

License

unknown (license)

Dependencies

ffmpeg_kit_flutter, flutter, provider, video_player

More

Packages that depend on qyplayer