esite_flutter_player 0.2.0
esite_flutter_player: ^0.2.0 copied to clipboard
Secure DRM-enabled video playback plugin for Flutter using Android Media3 ExoPlayer with Widevine DRM support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add esite_flutter_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
esite_flutter_player: ^0.2.0Alternatively, 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:esite_flutter_player/esite_flutter_player.dart';