-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
50 lines (44 loc) · 979 Bytes
/
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
name: snapp_cli
description: Easily set up and remotely debug Flutter apps on Raspberry Pi and other devices using Dart CLI. Supports custom embedders like Flutter-pi with automated configuration.
version: 1.1.1
repository: https://github.com/Snapp-X/snapp_cli
issue_tracker: https://github.com/Snapp-X/snapp_cli/issues
topics:
[
raspberry-pi,
flutter,
dart-cli,
remote-debugging,
flutter-pi,
]
environment:
sdk: ">=3.2.0 <4.0.0"
# Add regular dependencies here.
dependencies:
flutter_tools:
sdk: flutter
args: ^2.4.2
path: ^1.8.3
package_config: ^2.1.0
file: ^7.0.0
async: ^2.11.0
collection: ^1.19.0
dartssh2: ^2.10.0
yaml: ^3.1.2
mason_logger: ^0.2.15
process: ^5.0.2
pub_semver: ^2.1.4
http: ^0.13.6
recase: ^4.1.0
interact_cli: ^2.4.0
dev_dependencies:
lints: ^4.0.0
executables:
snapp_cli: snapp
platforms:
windows:
linux:
macos:
ignored_advisories:
- GHSA-9v85-q87q-g4vg
- GHSA-r285-q736-9v95