-
Notifications
You must be signed in to change notification settings - Fork 10
/
pubspec.yaml
54 lines (49 loc) · 1.09 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
name: crossdrop
description: Android Nearby Share implementation for Flutter
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=3.0.5 <4.0.0"
dependencies:
crypto: ^3.0.3
cryptography: ^2.5.0
cupertino_icons: ^1.0.2
device_info_plus: ^9.0.3
flutter:
sdk: flutter
flutter_local_notifications: ^15.1.0+1
macos_ui: ^2.0.0
multicast_dns: ^0.3.2+3
nsd: ^2.3.1
protobuf: ^3.0.0
provider: ^6.0.5
shared_preferences: ^2.2.0
system_tray: ^2.0.3
window_manager:
git:
url: https://github.com/leanflutter/window_manager.git
ref: main
dev_dependencies:
flutter_launcher_icons: ^0.13.0
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/sf_symbols/
- assets/icons/
flutter_icons:
android: false
ios: true
remove_alpha_ios: true
image_path: "assets/icons/app_icon.png"
web:
generate: false
windows:
generate: true
icon_size: 128 # min:48, max:256, default: 48
image_path: "assets/icons/app_icon.png"
macos:
generate: true
image_path: "assets/icons/app_icon.png"