# video_player_plus
**Repository Path**: showyyj/video_player_plus
## Basic Information
- **Project Name**: video_player_plus
- **Description**: flutter 视频播放器
- **Primary Language**: Dart
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 7
- **Forks**: 2
- **Created**: 2020-11-01
- **Last Updated**: 2025-09-01
## Categories & Tags
**Categories**: multimedia
**Tags**: None
## README
[](https://pub.flutter-io.cn/packages/video_player_plus)
# video_player_plus
flutter 以官方的video_player为基础封装的轻量级视频播放器
## 已实现功能
- 全屏播放
- 自适应横竖屏视频
- 静音
- 能够兼容在列表中放置多个视频
- 全屏进度条
## 待实现功能
- 滑动控制进度和音量
## Getting Started
```yaml
video_player_plus 0.0.1
video_player: 0.10.12+2
```
### iOS配置
```xml
NSAppTransportSecurity
NSAllowsArbitraryLoads
```
### Android配置
```xml
```
使用
```dart
VideoPlayerPlus( VideoPlayerController.network(path),),
```