blob: 03f71bf4f412eb135ea15687e78b0c88749fc4d9 [file] [log] [blame]
name: video_player
description: Flutter plugin for displaying inline video with other Flutter
widgets on Android and iOS.
# 0.10.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 0.10.11+2
homepage: https://github.com/flutter/plugins/tree/master/packages/video_player/video_player
flutter:
plugin:
platforms:
android:
package: io.flutter.plugins.videoplayer
pluginClass: VideoPlayerPlugin
ios:
pluginClass: FLTVideoPlayerPlugin
web:
default_package: video_player_web
dependencies:
meta: "^1.0.5"
video_player_platform_interface: ^2.0.0
# The design on https://flutter.dev/go/federated-plugins was to leave
# this constraint as "any". We cannot do it right now as it fails pub publish
# validation, so we set a ^ constraint.
# TODO(amirh): Revisit this (either update this part in the design or the pub tool).
# https://github.com/flutter/flutter/issues/46264
video_player_web: '>=0.1.1 <2.0.0'
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.8.0
pigeon: 0.1.0-experimental.11
environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"