-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
177 lines (163 loc) · 6.19 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
name: lovelivemusicplayer
description: 一款专属于LLer的移动播放器
# 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 used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.6.0+60
environment:
sdk: ">=2.17.0 <4.0.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
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
provider: ^6.1.2
get: ^4.6.6
flutter_spinkit: ^5.2.1
dio: ^5.7.0 # 网络加载
talker_dio_logger: ^4.6.3 # 网络请求日志
path_provider: ^2.1.5 # 路径提供
pull_to_refresh: # 下拉刷新上拉加载
git:
url: https://gitee.com/zhushenwudi/flutter_pulltorefresh
ref: master
web_socket_channel: ^3.0.1 # webSocket
connectivity_plus: ^6.1.2 # 网络监测
scan: ^1.6.0 # 扫码
flutter_smart_dialog: ^4.9.8+5 # 弹窗
synchronized: ^3.3.0+3 # 锁
get_storage: ^2.1.1 # sp存储
common_utils: ^2.1.0 # 工具类
flutter_screenutil: ^5.9.3 # 屏幕适配方案
we_slide: # 播放器屏幕操作组件
git:
url: https://github.com/zhushenwudi/we_slide
ref: master
flutter_native_splash: ^2.4.4 # 启动页
marquee_text: # 走马灯滚动文字
git:
url: https://gitee.com/zhushenwudi/flutter-marquee-text
ref: master
flutter_svg: ^2.0.17 # svg图片支持
just_audio: # 音频播放
git:
url: https://github.com/zhushenwudi/just_audio
path: just_audio
ref: master
just_audio_background: ^0.0.1-beta.14 # 音频播放后台服务
event_bus: ^2.0.1 # 事件总线通信
floor: ^1.5.0 # 数据库服务
concurrent_queue: ^1.4.0 # 队列
wakelock_plus: ^1.2.10 # 屏幕常亮
flutter_image_compress: ^2.4.0 # 图片压缩
cached_network_image: ^3.4.1 # 网络图片缓存库
color_thief_flutter: # 取色器
git:
url: https://gitee.com/zhushenwudi/color_thief_flutter
ref: master
talker_flutter: ^4.6.3 # 日志
device_info_plus: ^11.2.1 # 设备信息
flutter_lyric: ^2.0.4+6 # 歌词显示
flutter_app_update: ^3.2.2 # 版本升级
flutter_sticky_header: ^0.7.0 # 粘性头
url_launcher: ^6.3.1 # url跳转
image_picker: ^1.1.2 # 图片选择
croppy: ^1.3.1 # 图片裁切
colorful_safe_area: ^1.0.0 # 定制safe_area
open_appstore: # 跳转到应用商店
git:
url: https://github.com/zhushenwudi/flutter_open_appstore
ref: master
sharesdk_plugin: ^1.3.14 # MobTech分享插件
crypto: ^3.0.6 # 加密
flutter_inappwebview: # WebView
git:
url: https://github.com/zhushenwudi/flutter_inappwebview.git
path: flutter_inappwebview
flexible_scrollbar: # 滚动条
git:
url: https://github.com/zhushenwudi/flexible_scrollbar
ref: master
flutter_carplay: # Carplay支持
git:
url: https://github.com/zhushenwudi/flutter_carplay
ref: combine-all
sentry_flutter: ^8.12.0 # Sentry
scrolls_to_top: ^2.1.1 # 滚动到顶部
haptic_feedback: ^0.5.1+1 # 震动
umeng_push_sdk: ^2.3.0 # 友盟推送
flutter_displaymode: ^0.6.0
flutter_neumorphic: # 拟态化组件
git:
url: https://github.com/zhushenwudi/Flutter-Neumorphic
ref: master
fps_widget: ^1.0.1+2 # fps监控
home_widget: ^0.7.0 # 桌面小组件
workmanager: ^0.5.2 # 后台任务
bottom_picker: ^2.9.0 # 底部弹窗选项卡
dependency_overrides:
md5_file_checksum:
git:
url: https://github.com/zhushenwudi/md5_file_checksum
ref: main
win32: ^5.10.0
web: ^1.1.0
js: ^0.7.1
uuid: ^4.5.1 # 唯一码
dev_dependencies:
flutter_test:
sdk: flutter
floor_generator: ^1.5.0
build_runner: ^2.4.14
# 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
# 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.
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
# To add assets to your application, add an assets section, like this:
assets:
- assets/
- assets/main/
- assets/drawer/
- assets/player/
- assets/tab/
- assets/dialog/
- assets/sync/
- assets/logo/
- assets/tachie/
- assets/role/
- assets/drive/
- assets/launch/
- shorebird.yaml
fonts:
- family: KaTong
fonts:
- asset: assets/fonts/KaTong.ttf
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages