This repository was archived by the owner on Dec 11, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubspec.yaml
More file actions
74 lines (69 loc) · 1.57 KB
/
pubspec.yaml
File metadata and controls
74 lines (69 loc) · 1.57 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
name: flutter_code_crafter
description: "Powerful code editor with AI code completion and LSP support"
version: 0.3.0
homepage: https://github.com/heckmon/flutter_code_crafter
environment:
sdk: ^3.9.0
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
flutter_highlight: ^0.7.0
highlight: ^0.7.0
http: ^1.4.0
meta: ^1.16.0
web_socket_channel: ^3.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
fonts:
- family: Method
fonts:
- asset: assets/icons/method.ttf
- family: Variable
fonts:
- asset: assets/icons/variable.ttf
- family: Class
fonts:
- asset: assets/icons/class.ttf
- family: Enum
fonts:
- asset: assets/icons/enum.ttf
- family: KeyWord
fonts:
- asset: assets/icons/keyword.ttf
- family: Reference
fonts:
- asset: assets/icons/reference.ttf
- family: Constant
fonts:
- asset: assets/icons/constant.ttf
- family: Struct
fonts:
- asset: assets/icons/struct.ttf
- family: Event
fonts:
- asset: assets/icons/event.ttf
- family: Operator
fonts:
- asset: assets/icons/operator.ttf
- family: Parameter
fonts:
- asset: assets/icons/parameter.ttf
- family: Snippet
fonts:
- asset: assets/icons/snippet.ttf
- family: Interface
fonts:
- asset: assets/icons/interface.ttf
- family: Field
fonts:
- asset: assets/icons/field.ttf
platforms:
android:
ios:
linux:
macos:
windows: