forked from simonbengtsson/airdash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
86 lines (77 loc) · 1.83 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
name: airdash
description: Share files anywhere
publish_to: 'none'
version: 2.0.150+150
environment:
sdk: ">=2.17.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_webrtc: ^0.9.19
http: ^0.13.4
file_picker: ^5.2.5
path_provider: ^2.0.12
share_plus: ^6.2.0
shared_preferences: ^2.0.15
receive_sharing_intent: ^1.4.5
# Using fork to avoid avoid noisy print
firedart: #^0.9.0+1
git:
url: https://github.com/erikhellq/firedart
ref: patch-1
url_launcher: ^6.1.8
package_info_plus: ^3.0.1
device_info_plus: ^8.0.0
desktop_drop: ^0.4.0
quick_look: ^0.0.4
tray_manager: ^0.2.0
window_manager: ^0.3.0
mime: ^1.0.4
sentry_flutter: ^6.7.0
grpc: ^3.0.2
wakelock: ^0.6.1+2
simple_peer: ^0.0.10
#path: ./libs/simple_peer
flutter_riverpod: ^1.0.4
mixpanel_analytics: ^2.1.1
dbus: ^0.7.8
pasteboard: ^0.2.0
dev_dependencies:
integration_test:
sdk: flutter
flutter_test:
sdk: flutter
dart_jsonwebtoken: ^2.4.1
icons_launcher: ^2.0.6
flutter_lints: ^2.0.1
test: ^1.21.1
msix: ^3.6.2
flutter:
uses-material-design: true
assets:
- assets/
msix_config:
display_name: AirDash
publisher_display_name: Flownio
publisher: CN=74819260-D638-4972-AE3E-CA996FB6EF34
identity_name: 24192Flownio.AirDash
logo_path: logo.png
capabilities: internetClient
store: true
icons_launcher:
image_path: 'assets/app_icon_rect.png'
platforms:
android:
enable: true
image_path: 'assets/app_icon_round.png'
adaptive_background_image: 'assets/app_icon_background.png'
adaptive_foreground_image: 'assets/app_icon_foreground.png'
ios:
enable: true
macos:
enable: true
image_path: 'assets/app_icon_round_with_padding.png'
windows:
enable: true
image_path: 'assets/app_icon_round.png'