-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathpubspec.yaml
105 lines (102 loc) · 2.53 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
name: adb_kit
description: The best ADB client for Android/Windows/Linux/macOS.
publish_to: "none"
version: 1.5.5+46
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter_localizations:
sdk: flutter
# localizations
intl: ^0.19.0
animations: ^2.0.2
# # desktop window stype
# flutter_acrylic: ^1.1.0
# adb plugin can manager app
app_manager:
git: https://github.com/nightmare-space/app_manager
# network
dio: ^5.4.3
# file drop
desktop_drop: ^0.4.1
file_selector: ^0.8.4+2
# get app local dir
path_provider: ^2.0.10
# responsive ui
responsive_framework: ^1.0.0
flutter:
sdk: flutter
# terminal widget
xterm:
git:
url: https://github.com/TerminalStudio/xterm.dart
ref: master
# local pty
flutter_pty: ^0.3.1
# # color select
# cyclop: ^0.5.2
# some animations
flutter_spinkit: ^5.1.0
# svg image
flutter_svg: ^1.1.0
# state manager...
get: ^4.6.6
# some foundation
global_repository:
git: https://github.com/nightmare-space/global_repository
# multicast on LAN
multicast:
git: https://github.com/nightmare-space/multicast
file_manager_view:
git: https://github.com/nightmare-space/file_manager_view.git
# can receive mdns message
multicast_dns: ^0.3.0
# generate QR widget
qr_flutter: ^4.0.0
# scan qr code with camera
qr_code_scanner: ^1.0.0
path: ^1.8.0
# launcher url
url_launcher: ^6.0.18
# adb command util
adbutil:
git: https://github.com/nightmare-space/adbutil
# file selector,but developed by nightmare
# adb plugin can launcher app
# app_launcher:
# git: https://github.com/nightmare-space/app_launcher
# foundation settings
settings:
git: https://github.com/nightmare-space/settings
# adb plugin can view android device info and cpu/gpu status
device_info:
git: https://github.com/nightmare-space/device_info.git
# can manage window on desktop
window_manager: ^0.3.0
flutter_markdown: ^0.6.10+2
screenshot: ^3.0.0
device_info_plus: ^10.1.0
archive: ^3.4.10
adb_kit_extension:
git:
url: https://github.com/nightmare-space/empty_package
path: adb_kit_extension
termux_api_plugin:
git:
url: https://github.com/nightmare-space/empty_package
path: termux_api_plugin
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
generate: true
uses-material-design: true
fonts:
- family: MenloforPowerline
fonts:
- asset: assets/fonts/MenloforPowerline.ttf
assets:
- assets/
- CHANGELOG.md
# dependency_overrides: