-
Notifications
You must be signed in to change notification settings - Fork 103
/
pubspec.yaml
134 lines (127 loc) · 3.14 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
name: mangayomi
description: Free and open source manga reader and anime streaming cross-plateform app inspired by Tachiyomi and Aniyomi.
publish_to: "none"
version: 0.3.8+73
environment:
sdk: ^3.6.0
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
go_router: ^14.2.0
flutter_riverpod: ^2.6.1
riverpod_annotation: ^2.6.1
html: ^0.15.5
font_awesome_flutter: ^10.8.0
expandable_text: ^2.3.0
flex_color_scheme: ^7.3.1
extended_image: ^9.0.7
photo_view: ^0.15.0
grouped_list: ^6.0.0
intl: ^0.19.0
google_fonts: ^6.2.1
url_launcher: ^6.3.1
package_info_plus: ^8.0.0
permission_handler: ^11.3.1
flutter_inappwebview: ^6.2.0-beta.2
draggable_menu: ^4.4.1
isar: 3.1.0+1
isar_flutter_libs: 3.1.0+1
share_plus: ^10.0.2
xpath_selector_html_parser: ^3.0.1
archive: ^4.0.1
file_picker: 8.1.4
path_provider: ^2.1.5
scrollable_positioned_list: ^0.3.8
dart_eval: ^0.7.10
json_path: ^0.7.4
bot_toast: ^4.1.3
flutter_web_auth_2: ^3.1.2
numberpicker: ^2.1.2
encrypt: ^5.0.3
media_kit: ^1.1.10+1
media_kit_video:
git:
url: https://github.com/media-kit/media-kit.git
path: media_kit_video
ref: 652c49e02701bb6bb80953a6fdf650a5c8f002f9
media_kit_libs_video: ^1.0.4
crypto: ^3.0.6
cupertino_icons: ^1.0.8
window_manager: ^0.4.3
ffi: ^2.1.3
ffigen: ^16.0.0
http_interceptor: ^2.0.0
js_packer: ^0.0.5
flutter_qjs:
git:
url: https://github.com/kodjodevf/flutter_qjs.git
ref: main
http: ^1.2.2
flutter_code_editor: ^0.3.1
flutter_highlight: ^0.7.0
highlight: ^0.7.0
json_view: ^0.4.2
super_sliver_list: ^0.4.1
flutter_rust_bridge: 2.7.0
rust_lib_mangayomi:
path: rust_builder
pseudom: ^1.0.1
path: ^1.9.0
freezed_annotation: ^2.0.0
desktop_webview_window:
git:
url: https://github.com/kodjodevf/desktop_webview_window.git
path: packages/desktop_webview_window
ref: main
screen_brightness: ^2.0.1
flutter_widget_from_html: ^0.15.3
dependency_overrides:
http: ^1.2.2
ffi: ^2.1.3
flex_seed_scheme: ^2.0.0
analyzer: ">=5.2.0 <7.0.0"
html: ^0.15.4
media_kit_libs_windows_video:
git:
url: https://github.com/media-kit/media-kit.git
path: libs/windows/media_kit_libs_windows_video
ref: 652c49e02701bb6bb80953a6fdf650a5c8f002f9
media_kit:
git:
url: https://github.com/media-kit/media-kit.git
path: media_kit
ref: 652c49e02701bb6bb80953a6fdf650a5c8f002f9
meta: ^1.15.0
collection: ^1.19.0
js: ^0.7.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.6
riverpod_generator: ^2.6.3
flutter_launcher_icons: ^0.13.1
isar_generator: ^3.1.0+1
flutter_lints: ^5.0.0
freezed: ^2.0.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/
- assets/fonts/
- assets/trackers_icons/
- assets/app_icons/
flutter_launcher_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/app_icons/icon-red.png"
min_sdk_android: 21
windows:
generate: true
image_path: "assets/app_icons/icon-red.png"
macos:
generate: true
image_path: "assets/app_icons/icon-red.png"