mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-16 21:32:46 +00:00
52 lines
No EOL
1.1 KiB
YAML
52 lines
No EOL
1.1 KiB
YAML
name: media_kit_video
|
|
description: Native implementation for video playback in package:media_kit.
|
|
homepage: https://github.com/media-kit/media-kit
|
|
repository: https://github.com/media-kit/media-kit
|
|
version: 1.2.4
|
|
publish_to: "none"
|
|
topics:
|
|
- video
|
|
- video-player
|
|
- audio
|
|
- audio-player
|
|
- cross-platform
|
|
|
|
environment:
|
|
sdk: ">=2.17.0 <4.0.0"
|
|
flutter: ">=3.7.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
media_kit:
|
|
path: ../media_kit
|
|
|
|
synchronized: ^3.1.0
|
|
wakelock_plus: ^1.1.1
|
|
screen_brightness: ^0.2.2
|
|
volume_controller: ^2.0.7
|
|
universal_platform: ^1.0.0+1
|
|
plugin_platform_interface: ^2.0.2
|
|
|
|
dev_dependencies:
|
|
flutter_lints: ^2.0.0
|
|
|
|
# NOTE: Remove before publishing to pub.dev
|
|
dependency_overrides:
|
|
media_kit:
|
|
path: ../media_kit
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
linux:
|
|
pluginClass: MediaKitVideoPlugin
|
|
macos:
|
|
pluginClass: MediaKitVideoPlugin
|
|
ios:
|
|
pluginClass: MediaKitVideoPlugin
|
|
android:
|
|
package: com.alexmercerind.media_kit_video
|
|
pluginClass: MediaKitVideoPlugin
|
|
web: |