leelando_video_media_kit 0.2.0
leelando_video_media_kit: ^0.2.0 copied to clipboard
基于 MediaKit 和 libmpv 的 leelando_video 可插拔播放内核,覆盖移动端与桌面端的统一视频播放场景。
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add leelando_video_media_kitWith Flutter:
$ flutter pub add leelando_video_media_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
leelando_video_media_kit: ^0.2.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:leelando_video_media_kit/leelando_video_media_kit.dart';