forked from lucinhu/bili_you
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
170 lines (142 loc) · 3.82 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
name: bili_you
description: A new Flutter project.
# 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
version: 1.1.5+15
environment:
sdk: '>=3.0.0-417.0.dev'
dependencies:
flutter:
sdk: flutter
# get
get: ^4.6.5
# Material You 动态配色
dynamic_color: ^1.6.3
# 网络相关
dio: ^5.1.2
dio_cookie_manager: ^3.0.0
cookie_jar: ^4.0.2
gt3_flutter_plugin: ^0.0.8
flutter_cache_manager: ^3.3.0
protobuf: ^3.0.0
connectivity_plus: ^4.0.0
# 加解密
encrypt: ^5.0.1
crypto: ^3.0.3
# 文件路径
path: ^1.8.3
path_provider: ^2.0.14
easy_refresh: ^3.3.2+1
# 控件
ns_danmaku:
git:
url: https://github.com/lucinhu/flutter_ns_danmaku.git
cached_network_image: ^3.2.3
photo_view: ^0.14.0
card_swiper: ^3.0.1
# 播放器
media_kit: ^1.1.1
media_kit_libs_android_video: ^1.0.6
media_kit_libs_ios_video: ^1.0.4
media_kit_libs_linux: ^1.0.2
media_kit_libs_macos_video: ^1.0.5
media_kit_libs_windows_video: ^1.0.2
media_kit_native_event_loop: ^1.0.4
media_kit_video: ^1.1.1
# webview
webview_cookie_manager: ^2.0.6
webview_flutter: ^4.0.7
# 保持常亮
wakelock_plus: ^1.1.1
# 设备&包信息
device_info_plus: ^9.0.1
package_info_plus: ^4.0.1
# url跳转
url_launcher: ^6.1.10
# hive
hive: ^2.2.3
hive_flutter: ^1.1.0
# 分享
share_plus: ^7.0.1
# scheme
appscheme: ^1.0.8
# 音量控制
volume_controller: ^2.0.6
# 亮度控制
screen_brightness: ^0.2.2
# 自动旋转屏幕
auto_orientation: ^2.3.1
# 二维码
qr_flutter: ^4.1.0
# dependency_overrides:
# cookie_jar:
# git:
# url: https://github.com/dkaera/cookie_jar.git
# ref: fix/cast_exception
# wakelock_windows:
# git:
# url: https://github.com/timsneath/wakelock
# ref: win32-v5
# path: wakelock_windows
# media_kit:
# git:
# url: https://github.com/alexmercerind/media_kit.git
# path: media_kit
# media_kit_libs_android_video:
# git:
# url: https://github.com/alexmercerind/media_kit.git
# path: media_kit_libs_android_video
# media_kit_libs_ios_video:
# git:
# url: https://github.com/alexmercerind/media_kit.git
# path: media_kit_libs_ios_video
# media_kit_libs_linux:
# git:
# url: https://github.com/alexmercerind/media_kit.git
# path: media_kit_libs_linux
# media_kit_libs_macos_video:
# git:
# url: https://github.com/alexmercerind/media_kit.git
# path: media_kit_libs_macos_video
# media_kit_libs_windows_video:
# git:
# url: https://github.com/alexmercerind/media_kit.git
# path: media_kit_libs_windows_video
# media_kit_video:
# git:
# url: https://github.com/alexmercerind/media_kit.git
# path: media_kit_video
# media_kit_native_event_loop:
# git:
# url: https://github.com/alexmercerind/media_kit.git
# path: media_kit_native_event_loop
dev_dependencies:
build_runner: ^2.4.4
test: ^1.24.1
flutter_launcher_icons: ^0.13.1
flutter_lints: ^2.0.1
flutter:
uses-material-design: true
assets:
- assets/icon/bili.png
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icon/bili.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/icon/bili.png"
remove_alpha_ios: true
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/icon/bili.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/icon/bili.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/icon/bili.png"