m3u8_player_plus 1.0.3
m3u8_player_plus: ^1.0.3 copied to clipboard
An enhanced Flutter package that provides a customizable M3U8 player for mobile and web platforms with improved mobile support and modern web APIs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add m3u8_player_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
m3u8_player_plus: ^1.0.3Alternatively, 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_plus/m3u8_player_plus.dart';