flutter_ffmpeg_sw_player 0.0.2
flutter_ffmpeg_sw_player: ^0.0.2 copied to clipboard
一个基于 FFmpeg 管道输出的 Flutter 视频软渲染插件,专为解决 Linux 平台下视频播放的稳定性与依赖痛点而设计。
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_ffmpeg_sw_playerWith Flutter:
$ flutter pub add flutter_ffmpeg_sw_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_ffmpeg_sw_player: ^0.0.2Alternatively, 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:flutter_ffmpeg_sw_player/flutter_ffmpeg_sw_player.dart';