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

A Flutter video player,supported both iOS and Android.

Pub

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
25%
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