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

Platformweb

A Flutter package that provides a customizable M3U8 player for both mobile and web platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add m3u8_player

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  m3u8_player: ^0.0.7

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:m3u8_player/m3u8_player.dart';
5
likes
130
points
147
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a customizable M3U8 player for both mobile and web platforms.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_hls_parser, flutter_web_plugins, http, js, provider, screen_brightness_platform_interface, video_player, video_player_web, wakelock_plus

More

Packages that depend on m3u8_player

Packages that implement m3u8_player