-
Notifications
You must be signed in to change notification settings - Fork 137
/
pubspec.yaml
35 lines (30 loc) · 853 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
34
35
name: dart_vlc
description: Flutter audio / video playback, broadcast & recording library for Windows & Linux. Based on libvlc.
version: 0.4.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
publish_to: none
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.22.0"
dependencies:
flutter:
sdk: flutter
dart_vlc_ffi: ^0.2.0
path: ^1.8.2
audio_video_progress_bar: ^0.11.0
dev_dependencies:
lints: ^2.0.1
# 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