-
Notifications
You must be signed in to change notification settings - Fork 517
/
pubspec.yaml
233 lines (167 loc) · 5.86 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
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
name: flutter_app # 应用或包名称
description: A new Flutter application. # 应用或包的描述、简介
# 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.
# Read more about versioning at semver.org.
version: 1.0.0+1 # 应用或包的版本号
author: 师春雷 <[email protected]>
homepage: https://github.com/shichunlei/flutter_app
publish_to: none
environment:
sdk: ">=2.10.0 <3.0.0"
dependencies: # 应用或包依赖的其它包或插件
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# 地图定位
amap_flutter_location: ^3.0.0
# https://github.com/aagarwal1012/Animated-Text-Kit
animated_text_kit: ^4.2.1
# 音频播放
audioplayers: ^0.20.1
# AzListView,Flutter 城市列表,联系人列表,自定义Header,索引,悬停效果。
azlistview: ^2.0.0
badges: ^2.0.2
# 条形码
barcode_flutter: ^1.1.2
# 扫描二维码
barcode_scan2: ^4.2.1
# 带缓存的图片
cached_network_image: ^3.2.0
convert: ^3.0.1
clippy_flutter: ^2.0.0-nullsafety.1
# 设备信息
device_info_plus: ^4.0.0
# 网络请求库
dio: ^4.0.6
easy_contact_picker: ^0.0.2
encrypt: ^5.0.1
# 英文单词库
english_words: ^4.0.0
fancy_bottom_navigation: ^0.3.3
# flare 插件
flare_flutter: ^2.0.6
# flutter_charts:
# git:
# url: https://github.com/shichunlei/flutter_charts
# 颜色选择器
flutter_colorpicker: ^1.0.3
# 刷新加载控件
flutter_easyrefresh: ^2.2.1
# 侧滑菜单
flutter_inner_drawer: 0.5.7+1
flutter_libs:
path: flutter_libs/
# 加载提示组件
flutter_spinkit: ^5.1.0
# 瀑布流
flutter_staggered_grid_view: ^0.4.1
# banner
flutter_swiper_null_safety: ^1.0.2
# 集成图标库
# FontAwesome 地址:http://www.fontawesome.com.cn/
# Feather 地址:https://feathericons.com/
# EvilIcons 地址:https://evil-icons.io/
# AntDesign 地址:https://ant.design/components/icon/
# Ionicons 地址:https://ionicons.com
# Fontisto 地址:https://fontisto.com/icons
# Foundation 地址:https://zurb.com/playground/foundation-icon-fonts-3
# Octicons 地址:https://octicons.github.com/
# SimpleLineIcons 地址:https://simplelineicons.github.io/
flutter_vector_icons: ^1.0.0
# 天气背景
flutter_weather_bg_null_safety: ^1.0.0
flutter_widget_from_html: ^0.8.5
# 图片裁剪
image_cropper: ^2.0.3
# 图片保存
image_gallery_saver: ^1.7.1
# 图片选择器
image_picker: ^0.8.5
# 汉字转拼音库 https://github.com/flutterchina/lpinyin
lpinyin: ^2.0.3
modal_bottom_sheet: ^2.0.1
multi_image_picker2: ^5.0.2
package_info_plus: ^1.4.2
palette_generator: ^0.3.3
# 滑动视差效果图片 https://github.com/pulyaevskiy/parallax-image
parallax_image: ^0.3.1+1
# 权限管理
permission_handler: ^10.0.0
# PhotoView
photo_view: ^0.14.0
provider: ^6.0.2
# flutter 生成二维码
qr_flutter: ^4.0.0
quiver: ^3.0.1+1
#
rounded_letter: ^0.0.6
share_plus: ^4.0.10
# SP
shared_preferences: ^2.0.13
# 对 flare API进行封装的插件,使用少量的代码即可实现交互动画
smart_flare: ^0.2.9+1
# 时间线 https://github.com/furkantektas/timeline_list
timeline_list: ^0.0.6
# 透明占位图片
transparent_image: ^2.0.0
url_launcher: ^6.1.4
# 手机震动
vibration: ^1.7.4-nullsafety.0
wave: ^0.2.0
dev_dependencies: # 开发环境依赖的工具包(而不是flutter应用本身依赖的包)
flutter_test:
sdk: flutter
# 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: ^1.0.4
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter. flutter相关的配置选项
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. https://material.io/tools/icons/?icon=sd_storage&style=baseline
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- images/
- images/weather_backgrounds/
- images/qdaily/
- images/reader/
- images/tag_icons/
- images/flare/
- assets/data/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.io/assets-and-images/#from-packages
# 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: CustomIcon
fonts:
- asset: assets/fonts/custom/iconfont.ttf
- family: Aleo
fonts:
- asset: assets/fonts/Aleo-Regular.ttf
- asset: assets/fonts/Aleo-Italic.ttf
style: italic
- asset: assets/fonts/Aleo-Bold.ttf
weight: 700
- asset: assets/fonts/Aleo-Light.ttf
weight: 300
# For details regarding fonts from package dependencies,
# see https://flutter.io/custom-fonts/#from-packages
flutter_intl:
enabled: true