video_player_web_hls_swarm_cloud 0.3.0
video_player_web_hls_swarm_cloud: ^0.3.0 copied to clipboard
A fork of video_player_web_hls to support hls settings.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add video_player_web_hls_swarm_cloud
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
video_player_web_hls_swarm_cloud: ^0.3.0
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:video_player_web_hls_swarm_cloud/hls.dart';
import 'package:video_player_web_hls_swarm_cloud/no_script_tag_exception.dart';
import 'package:video_player_web_hls_swarm_cloud/swarm_cloud_video_player_hls.dart';