-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
107 lines (96 loc) · 2.32 KB
/
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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
name: excode
description: A code execution editor which supports multiple languages.
publish_to: "none"
version: 1.3.1
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: 3.22.2
dependencies:
flutter:
sdk: flutter
flutter_hooks: ^0.20.5
hooks_riverpod: ^2.4.10
# flutter_localizations:
# sdk: flutter
linked_scroll_controller: ^0.2.0
code_text_field: 1.0.2
highlight: ^0.7.0
flutter_highlight: ^0.7.0
resizable_widget: ^1.0.5
multi_split_view: ^2.4.0
dropdown_search: ^5.0.6
shared_preferences: ^2.2.2
sqlite3_flutter_libs: ^0.5.18
path_provider: ^2.1.1
path: ^1.8.3
hive: ^2.2.3
hive_flutter: ^1.1.0
freezed_annotation: ^2.4.1
bitsdojo_window: ^0.1.6
connectivity_plus: ^5.0.1
package_info_plus: ^5.0.1
clipboard: ^0.1.3
fpdart: ^1.1.0
supabase_flutter: ^2.3.4
desktop_drop: ^0.4.4
flutter_downloader: ^1.11.4
flutter_svg: ^2.0.9
sentry_flutter: ^7.12.0
dio: ^5.3.3
file_picker: ^6.2.0
url_launcher: ^6.2.1
flutter_code_editor:
git:
url: https://github.com/dhzdhd/flutter-code-editor-package.git
ref: 1c41d34
flutter_native_splash: ^2.3.10
after_layout: ^1.2.0
gap: ^3.0.1
riverpod_annotation: ^2.3.4
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.8
flutter_lints: ^3.0.1
freezed: ^2.4.5
json_serializable: ^6.7.1
json_annotation: ^4.8.1
flutter_launcher_icons: ^0.13.1
msix: ^3.16.6
test: ^1.24.3
riverpod_generator: ^2.3.10
custom_lint: ^0.6.2
riverpod_lint: ^2.3.9
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
fonts:
- family: FiraCode
fonts:
- asset: assets/fonts/FiraCode.ttf
weight: 700
- family: Rubik
fonts:
- asset: assets/fonts/Rubik.ttf
assets:
- assets/images/
# flutter pub run msix:create
msix_config:
display_name: ExCode
publisher_display_name: dhzdhd
identity_name: dhzdhd.excode
logo_path: assets/icons/logo.png
capabilities: internetClient
execution-alias: excode
enable_at_startup: false
debug: false
output_name: ExCode
install_certificate: false
app_installer:
publish_folder_path: .
hours_between_update_checks: 0
automatic_background_task: true
update_blocks_activation: true
show_prompt: true
force_update_from_any_version: false