-
Notifications
You must be signed in to change notification settings - Fork 93
/
pubspec.yaml
103 lines (96 loc) · 2.29 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
name: speed_share
description: 局域网共享文件客户终端.
publish_to: "none"
version: 2.2.8+68
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
speed_share_extension:
git:
url: https://github.com/nightmare-space/empty_package
path: speed_share_extension
android_window: ^0.2.0
tray_manager: ^0.2.0
flutter_localizations:
sdk: flutter
intl: ^0.19.0
window_manager: ^0.3.0
animations: ^2.0.2
desktop_drop: ^0.4.1
# dio_range_download: ^1.0.1
flutter_markdown: ^0.6.10+2
clipboard_watcher: ^0.1.2
signale: ^0.0.7
file_manager_view:
git: https://github.com/nightmare-space/file_manager_view.git
file_selector: ^1.0.3
# video preview
better_player_plus: ^1.0.7
get: ^4.1.3
# global repository
global_repository:
git: https://github.com/nightmare-space/global_repository
# animation
simple_animations: ^5.0.0+3
# qr code display
qr_flutter: ^4.1.0
open_file: ^3.2.1
# scan qr code
mobile_scanner: ^3.5.6
# file static serve
shelf: ^1.3.0
shelf_router: ^1.0.0
shelf_proxy: ^1.0.0
shelf_static:
git:
url: https://github.com/nightmare-space/shelf
path: pkgs/shelf_static
# svg display
flutter_svg: ^1.1.0
# open url
url_launcher: ^6.0.4
# file compress
archive: ^3.1.2
path: ^1.8.0
# get file mime_type
mime_type: ^1.0.0
# http
dio: ^5.4.3+1
# responsive view
responsive_framework: ^1.0.0
# 局域网设备发现
multicast:
git: https://github.com/nightmare-space/multicast
app_manager:
git: https://github.com/nightmare-space/app_manager
image_picker: ^1.1.2
settings:
git: https://github.com/nightmare-space/settings
path_provider: ^2.0.10
device_info_plus: ^10.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
intl_utils: ^2.8.7
flutter:
generate: true
uses-material-design: true
assets:
- assets/
- assets/icon/
- CHANGELOG.md
- LICENSE
dependency_overrides:
app_channel:
git: https://github.com/nightmare-space/app_channel
# file_manager_view 依赖的是 pub 的 shelf_static,速享需要使用自定义的
# 以实现 header 的判断
shelf_static:
git:
url: https://github.com/nightmare-space/shelf
path: pkgs/shelf_static
flutter_intl:
enabled: true