bmdrm_mobile 0.0.1
bmdrm_mobile: ^0.0.1 copied to clipboard
A Flutter plugin for DRM-protected video playback with watermark support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bmdrm_mobileThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bmdrm_mobile: ^0.0.1Alternatively, 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:bmdrm_mobile/bmdrm_mobile.dart';