forked from insin/remote_control_for_vlc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
57 lines (50 loc) · 1.34 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: vlc_remote
description: VLC remote control
# Prevent accidentally publishing to pub.dev using `pub publish`
publish_to: 'none'
version: 1.4.2+14
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
connectivity: ^0.4.9
http: ^0.12.2
just_throttle_it: ^1.0.0
ping_discover_network: ^0.2.0+1
shared_preferences: ^0.5.8
transparent_image: ^1.0.0
xml: ^3.6.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/icon-512.png
- assets/cone.png
- assets/linux-ifconfig.png
- assets/linux-lua.png
- assets/linux-main-interface.png
- assets/linux-menu.png
- assets/linux-password.png
- assets/linux-show-settings.png
- assets/linux-terminal.png
- assets/linux-web.png
- assets/mac-http-interface.png
- assets/mac-ip.png
- assets/mac-menu.png
- assets/mac-network.png
- assets/signal-0.png
- assets/signal-1.png
- assets/signal-2.png
- assets/signal-3.png
- assets/windows-cmd.png
- assets/windows-ipconfig.png
- assets/windows-lua.png
- assets/windows-main-interface.png
- assets/windows-menu.png
- assets/windows-password.png
- assets/windows-run.png
- assets/windows-show-settings.png
- assets/windows-web.png