-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
193 lines (177 loc) · 7.36 KB
/
pubspec.yaml
File metadata and controls
193 lines (177 loc) · 7.36 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
name: gongke
description: '诵经助手是一款帮助佛友管理与记录日常佛学修行功课的免费工具。'
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.6+1
environment:
sdk: ^3.8.0
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
#syncfusion_flutter_pdf: ^29.1.39
flutter_riverpod: ^2.6.1
intl: ^0.20.2
styled_widget: ^0.4.1
# 数据库
sqlite3: ^2.0.0
drift: ^2.28.0
drift_flutter: ^0.2.5
sqlite3_flutter_libs: ^0.5.13
path_provider: ^2.1.5
path: ^1.9.0
fl_chart: ^1.0.0
shared_preferences: ^2.2.2
pdfx: 2.9.2
flutter_slidable: ^4.0.0
image_picker: ^1.1.2
flutter_image_compress: ^2.1.0
table_calendar: ^3.2.0 # 用于日历显示
lunar: ^1.7.5 # 用于农历转换
sensors_plus: ^6.1.1 # 用于传感器数据获取
flutter_svg: ^2.0.9 # 用于SVG图标支持
audioplayers: ^6.4.0
flutter_tts: 4.2.0 #text to speech
carousel_slider: ^5.1.1 #图片轮播
wakelock_plus: ^1.3.2 #防息屏
device_info_plus: ^9.1.2 #设备信息
flutter_pdf_text: ^0.9.0 #获取pdf文本
flutter_foreground_task: ^9.1.0 #android前台服务,用于音频持续播放
pdfium_bindings: ^2.0.1 #在win下读取pdf text
ffi: ^2.1.4
msix: ^3.16.9
file_picker: ^10.2.0
toastification: ^3.0.3
url_launcher: ^6.3.2
screenshot: ^3.0.0 # 用于截图
share_plus: ^11.1.0 # 用于分享
logger: ^2.6.1
pasteboard: ^0.4.0
dev_dependencies:
flutter_test:
sdk: flutter
drift_dev: ^2.26.1
build_runner: ^2.4.15
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^5.0.0
flutter_launcher_icons: ^0.13.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# 声明 assets 资源
assets:
#- assets/pdfs/
- assets/images/
- assets/icons/
#- assets/tips/
- assets/mp3/
- assets/help/
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/to/asset-from-package
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# 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
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/to/font-from-package
flutter_launcher_icons:
android: "launcher_icon"
ios: false
image_path: "assets/icons/icon.png"
adaptive_icon_background: "#FFFFFF"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/icons/icon.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/icons/icon.ico"
icon_size: 256 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/icons/icon.png"
#adaptive_icon_foreground: "assets/icons/app_icon_foreground.png"
#- android :指定 Android 平台图标的名称,默认是 launcher_icon 。
#- ios :是否为 iOS 平台生成图标,设为 true 表示生成。
#- image_path :指定图标素材的路径,建议使用正方形 PNG 图片。
#- adaptive_icon_background :Android 自适应图标背景颜色。
#- adaptive_icon_foreground :Android 自适应图标前景图路径。
msix_config:
display_name: 诵经助手
publisher_display_name: 自在清风
identity_name: BF9189DD.48248878B78C1
msix_version: 1.0.6.0
# 发布到 Microsoft Store 必须设置
publisher: CN=A760DC78-F7E9-480B-9C7A-33DB2FDBD7EC
# 应用描述
description: |
诵经助手是一款帮助佛友管理与记录日常佛学修行功课的免费工具。
1、帮助佛友通过发愿建立功课计划,并记录佛友功课每天完成情况
2、以小组件形式放置桌面,督促佛友每日完成功课,精进修行。
3、40多部常用佛经,包含金刚经、地藏经、六祖坛经等经书,十多部善书供佛友日常学习、念诵。
4、可自己制作或导入佛友制作的开示语录,以小组件形式放在桌面,提醒自己每日修行。
5、经书排版合理,适合手机、pad观看。
6、支持windows、ios、mac、android系统
7、app下载使用完全免费
# 图标设置(建议使用 256x256 的 PNG)
logo_path: assets/icons/icon256.png
languages: zh-CN
# 架构
# 可选: x64, x86, arm64, neutral
# Store 推荐上传 x64 或 x64+x86。
architecture: x64
# 权限配置
capabilities: internetClient, location, microphone, webcam