39 lines
965 B
YAML
39 lines
965 B
YAML
name: video_player_avfoundation
|
|
description: iOS and macOS implementation of the video_player plugin.
|
|
repository: https://github.com/flutter/packages/tree/main/packages/video_player/video_player_avfoundation
|
|
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
|
|
version: 2.11.0
|
|
|
|
environment:
|
|
sdk: ^3.10.0
|
|
flutter: ">=3.38.0"
|
|
|
|
flutter:
|
|
plugin:
|
|
implements: video_player
|
|
platforms:
|
|
ios:
|
|
dartPluginClass: AVFoundationVideoPlayer
|
|
pluginClass: VideoPlayerPlugin
|
|
sharedDarwinSource: true
|
|
macos:
|
|
dartPluginClass: AVFoundationVideoPlayer
|
|
pluginClass: VideoPlayerPlugin
|
|
sharedDarwinSource: true
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
meta: ^1.10.0
|
|
video_player_platform_interface: ^6.8.0
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.3.3
|
|
flutter_test:
|
|
sdk: flutter
|
|
mockito: ^5.4.4
|
|
pigeon: ^26.3.4
|
|
|
|
topics:
|
|
- video
|
|
- video-player
|