leelando_video 1.0.0
leelando_video: ^1.0.0 copied to clipboard
面向 Flutter 的可插拔统一影视播放器核心,提供跨平台播放协议、统一状态控制器和播放器 UI,由应用按需安装并注册具体播放内核。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add leelando_videoThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
leelando_video: ^1.0.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:leelando_video/leelando_video.dart';