6051d13082
Updates - Upgrade `video_player_platform_interface` from 4.1.0 to 4.2.0 - Update example - `video_player` from 2.1.12 to 2.2.5 - Refactor source file
21 lines
531 B
YAML
21 lines
531 B
YAML
name: video_player_elinux
|
|
description: Flutter plugin for displaying inline video with other Flutter widgets on Embedded Linux.
|
|
version: 0.9.4
|
|
homepage: https://github.com/sony/flutter-elinux-plugins
|
|
repository: https://github.com/sony/flutter-elinux-plugins/tree/main/packages/video_player
|
|
|
|
environment:
|
|
sdk: ">=2.12.0 <3.0.0"
|
|
flutter: ">=1.20.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
video_player_platform_interface: ^4.2.0
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
elinux:
|
|
pluginClass: VideoPlayerElinuxPlugin
|