-
Notifications
You must be signed in to change notification settings - Fork 30
/
pubspec.yaml
147 lines (124 loc) · 3.17 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
# yaml-language-server: $schema=https://json.schemastore.org/pubspec.json
name: movie
version: 2.5.0
publish_to: none
description: 支持扩展播放源的播放器
environment:
sdk: '>=2.17.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
get: ^4.6.6
salomon_bottom_bar: ^3.3.2
html: ^0.15.4
webview_flutter: ^4.8.0
modal_bottom_sheet: ^3.0.0
# https://github.com/peng8350/flutter_pulltorefresh/issues/588
pull_to_refresh_flutter3: ^2.0.2
# cupertino_list_tile: ^0.2.0
# flutter_html: ^2.1.5
cached_network_image: ^3.3.1
chewie: ^1.8.1
video_player: ^2.8.7
path_provider: ^2.1.3
clipboard: ^0.1.3
wakelock_plus: ^1.2.5
desktop_webview_window: ^0.2.3
url_launcher: ^6.3.0
flutter_slidable: ^3.1.0
auto_injector: ^2.0.4
wakelock_web: ^0.4.0
waterfall_flow: ^3.0.3
file_picker: ^8.0.5
share_plus: ^9.0.0
equatable: ^2.0.5
isar: ^3.1.0+1
isar_flutter_libs: ^3.1.0+1
tuple: ^2.0.2
flutter_easyloading: ^3.0.5
executor: ^2.2.3
flutter_cupertino_settings:
path: packages/flutter_cupertino_settings
flappy_search_bar:
path: packages/flappy_search_bar_ns # https://github.com/d1y/flappy_search_bar_ns
command_palette:
path: packages/command_palette # https://github.com/d1y/command_palette
simple:
path: packages/simple
xi:
path: packages/xi
webplayer_embedded:
git: https://github.com/d1y/webplayer_embedded
bitsdojo_window:
git:
url: https://github.com/bitsdojo/bitsdojo_window
path: bitsdojo_window
dio_cache_interceptor: ^3.5.0
provider: ^6.1.2
dio: ^5.4.3+1
collection: ^1.18.0
csslib: ^1.0.0
protocol_handler: ^0.2.0
event_bus: ^2.0.0
window_manager: ^0.3.9
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
# flutter_launcher_name 与 flutter_launcher_icons 冲突
# flutter_launcher_name:
# git:
# url: https://github.com/Dhanabhon/flutter_launcher_name
flutter_launcher_icons: ^0.13.1
# icons_launcher: ^2.0.4
flutter_native_splash: ^2.3.0
isar_generator: ^3.1.0+1
build_runner: ^2.4.4
test: ^1.25.2
# icons_launcher: ^1.1.7
# flutter pub run flutter_launcher_name:main
flutter_launcher_name:
name: "yoyo"
# flutter pub run flutter_native_splash:create
flutter_native_splash:
image: design/logo_trans.png
color: "#FF5733"
ios: true
android: true
flutter:
uses-material-design: true
assets:
- assets/
- assets/data/nsfw.html
- assets/data/source_help.txt
- assets/images/movie_default.png
- assets/images/image_faild.png
- assets/data/play_tips.txt
- assets/images/github_logo.png
- assets/images/error.png
##HERE
# flutter pub run icons_launcher:create
icons_launcher:
image_path: 'design/logo.png'
platforms:
# android:
# enable: true
# ios:
# enable: true
macos:
enable: true
image_path: 'design/logo_round.png'
windows:
enable: true
linux:
enable: true
# flutter pub run flutter_launcher_icons:main
flutter_icons:
android: "launcher_icon"
ios: true
image_path: design/logo_round.png
image_path_macos: design/logo_round.png
macos:
generate: true
image_path: design/logo_round.png