-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
123 lines (115 loc) · 2.63 KB
/
pubspec.yaml
File metadata and controls
123 lines (115 loc) · 2.63 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
name: sengthaite_blog
description: "SENGTHAITE_BLOG"
version: 1.0.0+1
environment:
sdk: ">=3.8.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
uuid: ^4.5.1
material_design_icons_flutter: ^7.0.7296
intl: any
markdown_widget: ^2.3.2+8
front_matter_ml: ^1.2.0
freezed_annotation: ^3.1.0
json_annotation: ^4.9.0
flutter_quill: ^11.5.0
flutter_svg: ^2.2.3
path: ^1.9.1
google_fonts: ^6.2.1
video_player: ^2.9.1
markdown: ^7.2.2
html: ^0.15.4
dio: ^5.5.0+1
modal_bottom_sheet: ^3.0.0
camera: ^0.11.0+2
device_preview: ^1.3.1
hive_ce: ^2.15.1
hive_ce_generator: ^1.9.0
flutter_html: ^3.0.0-beta.2
dart_jsonwebtoken: ^3.2.0
file_picker: ^10.3.3
pointycastle: ^4.0.0
flutter_highlight: ^0.7.0
dart_eval: ^0.8.2
file_saver: ^0.3.1
url_launcher: ^6.3.2
flutter_code_editor: ^0.3.4
highlight: ^0.7.0
yaml: ^3.1.3
barcode_widget: ^2.0.4
barcode_image: ^2.0.3
pdf: ^3.11.3
file_selector: ^1.1.0
image: ^4.5.4
rxdart: ^0.28.0
cupertino_icons: ^1.0.8
flutter_localizations:
sdk: flutter
path_provider: ^2.1.5
rename_app: ^1.6.5
qr_code_vision: ^0.1.2
markdown_quill: ^4.3.0
flutter_spinkit: ^5.2.2
go_router: ^17.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
build_runner: ^2.4.9
json_serializable: ^6.11.1
freezed: ^3.2.3
icons_launcher: ^3.0.3
flutter:
uses-material-design: true
generate: true
assets:
- assets/
- assets/content_icons/
- assets/contents/
- assets/contents/database/
- assets/contents/biography/
- assets/contents/general/
- assets/contents/csharp/
- assets/contents/llvm/
- assets/contents/angular/
# - assets/contents/kotlin/
- assets/contents/cli/
- assets/contents/reverse_engineer/
- assets/contents/ios/
- assets/contents/swift/
- assets/contents/android/
# - assets/contents/maths/
- assets/contents/os/
- assets/contents/cambodia/
- assets/contents/tool/
# - assets/project_icons/
- assets/autogen_meta/
- assets/tool_icons/
icons_launcher:
image_path: 'assets/icon/icon.png'
platforms:
android:
enable: true
image_path: 'assets/icon/icon.png'
ios:
enable: true
image_path: 'assets/icon/icon.png'
web:
enable: true
image_path: 'assets/icon/icon.png'
macos:
enable: true
image_path: 'assets/icon/icon.png'
windows:
enable: true
image_path: 'assets/icon/icon.png'
linux:
enable: true
image_path: 'assets/icon/icon.png'
targets:
$default:
builders:
build_web_compilers|entrypoint:
options:
tree_shake: true