-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathpubspec.yaml
More file actions
54 lines (49 loc) · 1.07 KB
/
pubspec.yaml
File metadata and controls
54 lines (49 loc) · 1.07 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
name: code_lfa
description: VS Code for Android
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.6.0+22
code_server: 4.103.1
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# pub repo
signale: ^0.0.9
intl: ^0.19.0
archive: ^4.0.7
async: ^2.11.0
dio: ^5.7.0
cupertino_icons: ^1.0.2
get: ^4.6.5
device_info_plus: ^11.1.1
tar: ^2.0.0
path: ^1.9.1
# get repo
xterm:
git:
url: https://github.com/TerminalStudio/xterm.dart
ref: master
settings:
git: https://github.com/nightmare-space/settings
flutter_pty:
git: https://github.com/TerminalStudio/flutter_pty
global_repository:
git: https://github.com/nightmare-space/global_repository
behavior_api:
git:
url: https://github.com/nightmare-space/empty_package
path: behavior_api
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
intl_utils: ^2.8.7
flutter:
uses-material-design: true
assets:
- assets/
flutter_intl:
enabled: true