-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
76 lines (62 loc) · 1.42 KB
/
pubspec.yaml
File metadata and controls
76 lines (62 loc) · 1.42 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
name: flutter_agent_panel
description: "A modern multi terminal application for AI agent."
publish_to: 'none'
version: 0.0.10+1
environment:
sdk: ^3.11.0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.9
xterm:
path: ./packages/xterm
flutter_pty:
path: ./packages/flutter_pty
window_manager: ^0.5.1
path_provider: ^2.1.5
uuid: ^4.5.3
flutter_screenutil: ^5.9.3
flutter_localizations:
sdk: flutter
collection: ^1.19.1
flutter_bloc: ^9.1.1
hydrated_bloc: ^11.0.0
equatable: ^2.0.8
file_picker: ^11.0.2
shadcn_ui: ^0.53.5
url_launcher: ^6.3.2
auto_route: ^11.1.0
gap: ^3.0.1
path: ^1.9.1
chinese_font_library: ^1.2.0
package_info_plus: ^9.0.1
updat: ^1.4.0
logger: ^2.7.0
intl: ^0.20.2
workspace:
- packages/xterm
- packages/flutter_pty
dev_dependencies:
flutter_launcher_icons: ^0.14.4
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
lean_builder: ^0.1.7
auto_route_generator: ^10.5.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/
- assets/images/agent_logos/
flutter_launcher_icons:
android: false
ios: false
image_path: "assets/images/app_icon.png"
windows:
generate: true
image_path: "assets/images/app_icon.png"
icon_size: 256
macos:
generate: true
image_path: "assets/images/app_icon.png"