-
Notifications
You must be signed in to change notification settings - Fork 117
/
pubspec.yaml
89 lines (79 loc) · 1.81 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
87
88
89
name: airdash
description: Share files anywhere
publish_to: "none"
version: 2.0.159+159
environment:
sdk: ">=2.17.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_webrtc: ^0.11.0
http: ^1.2.1
path_provider: ^2.0.12
share_plus: ^10.0.0
shared_preferences: ^2.0.15
receive_sharing_intent: ^1.6.0
firedart: ^0.9.4
url_launcher: ^6.1.8
package_info_plus: ^8.0.0
device_info_plus: ^10.1.0
desktop_drop: ^0.4.4
quick_look: ^0.1.0
tray_manager: ^0.2.0
window_manager: ^0.4.0
mime: ^1.0.4
sentry_flutter: ^8.1.0
wakelock: ^0.6.1+2
simple_peer:
^1.0.0
#path: ./libs/simple_peer
flutter_riverpod: ^1.0.4
mixpanel_analytics: ^2.1.1
dbus: ^0.7.8
pasteboard: ^0.2.0
file_selector: ^1.0.3
in_app_review: ^2.0.9
file_picker: ^8.1.2
dev_dependencies:
integration_test:
sdk: flutter
flutter_test:
sdk: flutter
dart_jsonwebtoken: ^2.4.1
icons_launcher: ^2.0.6
flutter_lints: ^4.0.0
test: ^1.21.1
msix: ^3.6.2
dependency_overrides:
win32: ^5.0.3
http: ^1.2.1
web: ^0.5.0
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"