-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathpubspec.yaml
More file actions
100 lines (93 loc) · 2.11 KB
/
Copy pathpubspec.yaml
File metadata and controls
100 lines (93 loc) · 2.11 KB
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
name: speed_share
description: 局域网共享文件客户终端.
publish_to: "none"
version: 2.2.8+68
environment:
sdk: ^3.8.0
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: any
tray_manager: ^0.2.0
window_manager: ^0.3.0
animations: ^2.0.2
super_drag_and_drop: ^0.9.1
# dio_range_download: ^1.0.1
clipboard_watcher: ^0.1.2
signale: ^0.0.7
file_selector: ^1.0.3
# video preview
better_player_plus: ^1.0.7
get: ^4.7.3
# animation
simple_animations: ^5.0.0+3
# qr code display
qr_flutter: ^4.1.0
open_file: ^3.2.1
# scan qr code with camera
mobile_scanner: ^6.0.2
# file static server
shelf: ^1.3.0
shelf_router: ^1.0.0
shelf_proxy: ^1.0.0
shelf_static: ^1.1.3
# svg display
flutter_svg: ^1.1.0
# open url
url_launcher: ^6.0.4
# file compress
archive: ^3.1.2
path: ^1.8.0
image_picker: ^1.1.2
# get file mime_type
mime_type: ^1.0.0
# http
dio: ^5.4.3+1
# responsive view
responsive_framework: ^1.0.0
path_provider: ^2.0.10
device_info_plus: ^10.1.0
json_annotation: ^4.8.1
web: ^1.1.1
# git dependencies
# device find
multicast:
git: https://github.com/nightmare-space/multicast
file_manager:
git: https://github.com/nightmare-space/file_manager.git
settings:
git: https://github.com/nightmare-space/settings
speed_share_extension:
git:
url: https://github.com/nightmare-space/empty_package
path: speed_share_extension
# global repository
global_repository:
git: https://github.com/nightmare-space/global_repository
behavior_api:
git:
url: https://github.com/nightmare-space/empty_package
path: behavior_api
android_api_server_client:
git: https://github.com/nightmare-space/android_api_server_client
file_picker: ^11.0.2
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
test: ^1.25.6
flutter_lints: ^2.0.0
intl_utils: ^2.8.7
build_runner: ^2.4.9
json_serializable: ^6.7.1
flutter:
generate: true
uses-material-design: true
assets:
- assets/
- assets/icon/
- CHANGELOG.md
- LICENSE