blob: 02739bb7c502dce55338da4fde8678a60bd3bf55 [file] [log] [blame]
name: video_player
description: Flutter plugin for displaying inline video with other Flutter
widgets on Android, iOS, and web.
repository: https://github.com/flutter/plugins/tree/main/packages/video_player/video_player
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
version: 2.2.17
# Temporarily disable publishing to allow moving Android and iOS
# implementations.
publish_to: none
environment:
sdk: ">=2.14.0 <3.0.0"
flutter: ">=2.5.0"
flutter:
plugin:
platforms:
android:
default_package: video_player_android
ios:
default_package: video_player_avfoundation
web:
default_package: video_player_web
dependencies:
flutter:
sdk: flutter
# Temporary path dependencies to allow moving Android and iOS implementations.
video_player_android:
path: ../video_player_android
video_player_avfoundation:
path: ../video_player_avfoundation
video_player_platform_interface: ">=4.2.0 <6.0.0"
video_player_web: ^2.0.0
html: ^0.15.0
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.10.0