forked from nightmare-space/fast_share
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
107 lines (100 loc) · 2.44 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
104
105
106
107
name: speed_share
description: 局域网共享文件客户终端.
publish_to: "none"
version: 2.0.3-dev+35
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.17.0
window_manager: ^0.2.3
animations: ^2.0.2
desktop_drop: ^0.3.3
dio_range_download: ^1.0.1
# 文件选择自实现方案
file_selector_nightmare:
git: https://github.com/nightmare-space/file_selector_meng
signale: ^0.0.7
file_manager_view:
git: https://github.com/nightmare-space/file_manager_view.git
file_selector: ^0.8.4+2
get: ^4.1.3
# 公共库
global_repository:
git: https://github.com/nightmare-space/global_repository
#动画组件
simple_animations: ^2.4.0
logger_view:
git: https://github.com/nightmare-space/logger_view
# 二维码生成
qr_flutter: ^4.0.0
open_file: ^3.2.1
mobile_scanner: ^1.1.1
# 文件部署
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
better_player: ^0.0.81
# 聊天服务器
get_server: ^1.1.0
# 安卓端文件选择
file_picker: ^3.0.1
# svg 图片展示
flutter_svg: ^0.22.0
# 跳转网页
url_launcher: ^6.0.4
# 视频预览
# better_player: 0.0.68
# 压缩插件
archive: ^3.1.2
path: ^1.8.0
# 获取文件对应的 mime_type 用的库
mime_type: ^1.0.0
# 网络请求
dio: ^4.0.0
responsive_framework: ^0.2.0
# 局域网设备发现
multicast:
git: https://github.com/nightmare-space/multicast
app_manager:
git: https://github.com/nightmare-space/app_manager
image_picker: ^0.8.5
settings:
git: https://github.com/nightmare-space/settings
path_provider: ^2.0.10
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
generate: true
# fonts:
# - family: MiSans
# fonts:
# - asset: assets/fonts/MiSans-Medium.ttf
# - asset: assets/fonts/MiSans-Bold.ttf
# weight: 700
uses-material-design: true
assets:
- assets/
- assets/icon/
dependency_overrides:
# app_manager:
# path: ../app_manager
# applib_util:
# path: ../applib/applib_util
# global_repository:
# path: ../global_repository
# file_manager_view:
# path: ../file_manager_view
# file_selector_nightmare:
# path: /Users/nightmare/Desktop/nightmare-space/file_selector_meng
flutter_intl:
enabled: true