-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubspec.yaml
More file actions
91 lines (80 loc) · 1.93 KB
/
pubspec.yaml
File metadata and controls
91 lines (80 loc) · 1.93 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
name: open_dev
description: "Open source cross-platform developer assistant"
version: 0.5.1+2
environment:
sdk: '>=3.2.1 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
go_router: ^13.2.1
dio: ^5.4.1
easy_sidemenu: ^0.6.0
re_editor: ^0.3.0
re_highlight: ^0.0.3
flutter_acrylic: ^1.1.4
window_manager: ^0.3.9
xml: ^6.5.0
xml2json: ^6.2.3
yaml_edit: ^2.2.0
cron_expression_descriptor: ^0.9.0
cron_parser: ^0.5.0
intl: ^0.19.0
markdown_widget: ^2.3.2+6
html: ^0.15.4
file_picker: ^8.0.2
dart_jsonwebtoken: ^2.14.0
crypto: ^3.0.3
flutter_colorpicker: ^1.1.0
flutter_color_models: ^1.3.3+2
pretty_qr_code: ^3.3.0
image: ^4.2.0
url_launcher: ^6.3.0
device_info_plus: ^10.1.0
uuid: ^4.4.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.13.1
msix: ^3.16.7
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/logo/icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/logo/icon.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/logo/icon.png"
icon_size: 256 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/logo/icon.png"
msix_config:
display_name: Open Dev
publisher_display_name: Mohada
identity_name: com.mohada.openDev
msix_version: 0.5.0.0
logo_path: assets/logo/icon.png
capabilities: internetClient
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/logo/icon.png
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700