-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
47 lines (36 loc) · 796 Bytes
/
pubspec.yaml
File metadata and controls
47 lines (36 loc) · 796 Bytes
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
name: cs_code_editor
description: "A modern code editor built with Go + Flutter for Linux desktop"
publish_to: 'none'
version: 0.1.0+1
environment:
sdk: ^3.5.4
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
# 状态管理
flutter_riverpod: ^2.5.1
# 代码编辑器
re_editor: ^0.5.0
re_highlight: ^0.0.3
# 文件选择
file_selector: ^1.0.3
# 窗口管理
window_manager: ^0.4.3
# 路径处理
path: ^1.9.0
# FFI
ffi: ^2.1.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
ffigen: ^13.0.0
flutter:
uses-material-design: true
fonts:
- family: JetBrainsMono
fonts:
- asset: assets/fonts/JetBrainsMono-Regular.ttf
- asset: assets/fonts/JetBrainsMono-Bold.ttf
weight: 700