esite_flutter_player 0.1.0
esite_flutter_player: ^0.1.0 copied to clipboard
Professional Flutter plugin for secure DRM-protected video playback on Android. Features Widevine/PlayReady DRM, emulator detection, screenshot/screen recording blocking (FLAG_SECURE), adaptive strea [...]
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.1.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';