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