forked from alexmercerind/dart_vlc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
33 lines (29 loc) · 870 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: dart_vlc
description: Flutter media playback, broadcast, recording & chromecast library. Based on libvlc.
version: 0.3.0
homepage: https://github.com/alexmercerind/dart_vlc
repository: https://github.com/alexmercerind/dart_vlc
documentation: https://github.com/alexmercerind/dart_vlc/blob/master/README.md
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.22.0"
dependencies:
flutter:
sdk: flutter
path: ">=1.8.0 <2.0.0"
path_provider: ">=2.0.2 <3.0.0"
audio_video_progress_bar: ">=0.9.0 <1.0.0"
flutter_native_view: ^0.0.2
window_manager: ^0.2.3
# REMOVE THIS BEFORE PUBLISHING ON pub.dev.
dependency_overrides:
dart_vlc_ffi:
path: ./ffi
flutter:
# No platform channel implementation after migration to FFI.
plugin:
platforms:
windows:
pluginClass: DartVlcPlugin
linux:
pluginClass: DartVlcPlugin