video_player_plus 0.0.1 copy "video_player_plus: ^0.0.1" to clipboard
video_player_plus: ^0.0.1 copied to clipboard

outdated

A Flutter video player,supported both iOS and Android.

[[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-IhexgSTy-1605167684914)(https://img.shields.io/pub/v/video_player_plus.svg)]](https://pub.flutter-io.cn/packages/video_player_plus)

video_player_plus #

flutter 以官方的video_player为基础封装的轻量级视频播放器

已实现功能 #

  • 全屏播放
  • 自适应横竖屏视频
  • 静音
  • 能够兼容在列表中放置多个视频
  • 全屏进度条

待实现功能 #

  • 滑动控制进度和音量

Getting Started #

  video_player_plus 0.0.1
  video_player: 0.10.12+2

iOS配置 #

<key>NSAppTransportSecurity</key>
<dict>
  <key>NSAllowsArbitraryLoads</key>
  <true/>
</dict>

Android配置 #

<uses-permission android:name="android.permission.INTERNET"/>

使用

VideoPlayerPlus( VideoPlayerController.network(path),),
0
likes
30
pub points
20%
popularity

Publisher

unverified uploader

A Flutter video player,supported both iOS and Android.

Homepage

License

Apache-2.0 (LICENSE)

Dependencies

flutter, video_player

More

Packages that depend on video_player_plus