| name: video_player | |
| description: Flutter plugin for displaying inline video with other Flutter | |
| widgets on Android and iOS. | |
| author: Flutter Team <flutter-dev@googlegroups.com> | |
| version: 0.3.0 | |
| homepage: https://github.com/flutter/plugins/tree/master/packages/video_player | |
| flutter: | |
| plugin: | |
| androidPackage: io.flutter.plugins.videoplayer | |
| iosPrefix: FLT | |
| pluginClass: VideoPlayerPlugin | |
| dependencies: | |
| meta: "^1.0.5" | |
| flutter: | |
| sdk: flutter | |
| environment: | |
| sdk: ">=2.0.0-dev.28.0 <3.0.0" | |
| flutter: ">=0.1.4 <2.0.0" |