forked from Anxcye/anx-reader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
144 lines (133 loc) · 3.29 KB
/
pubspec.yaml
File metadata and controls
144 lines (133 loc) · 3.29 KB
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
name: anx_reader
description: "An e-book reader."
publish_to: 'none'
version: 1.7.0+4189
environment:
sdk: '>=3.5.2 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.6
file_picker: ^9.0.2
path_provider: ^2.1.2
image: ^4.3.0
sqflite: ^2.3.2
path: ^1.9.0
shared_preferences: ^2.2.2
provider: ^6.1.2
flutter_gen_runner: ^5.4.0
intl: 0.20.2
flutter_colorpicker: ^1.0.3
html: ^0.15.4
flutter_html: ^3.0.0-beta.2
archive: ^3.6.1
flutter_inappwebview:
git:
url: https://github.com/Anxcye/flutter_inappwebview.git
path: flutter_inappwebview
shelf: ^1.4.1
fl_chart: ^0.70.2
flutter_rating_bar: ^4.0.1
permission_handler: ^11.3.1
webdav_client:
git:
url: https://github.com/Anxcye/webdav_client.git
fluttertoast: ^8.2.6
dio: ^5.4.3+1
pubspec_parse: ^1.2.3
logging: ^1.2.0
flutter_file_dialog: ^3.0.2
contentsize_tabbarview:
git:
url: https://github.com/Anxcye/contentsize_tabbarview.git
ref: feat/animation
wakelock_plus: ^1.2.5
icons_plus: ^5.0.0
url_launcher: ^6.2.6
sqflite_common_ffi: ^2.3.3
battery_plus: ^6.2.1
flutter_tts: ^4.2.2
sticky_headers: ^0.3.0+2
photo_view: ^0.15.0
flutter_smart_dialog: ^4.9.8+1
saver_gallery: ^4.0.1
share_plus: ^11.1.0
device_info_plus: ^11.3.2
flutter_riverpod: ^2.5.1
riverpod_annotation: ^2.3.5
chinese_font_library: ^1.2.0
flex_color_scheme: ^8.2.0
sqlite3_flutter_libs: ^0.5.26
flutter_reorderable_grid_view: ^5.4.0
uuid: ^4.5.1
receive_sharing_intent: ^1.8.1
desktop_drop: ^0.5.0
audio_service: ^0.18.16
audio_session: ^0.1.23
freezed_annotation: ^3.0.0
json_annotation: ^4.9.0
flutter_heatmap_calendar:
git:
url: https://github.com/Anxcye/flutter_heatmap_calendar
csv: ^6.0.0
fast_gbk: ^1.0.0
window_manager: ^0.4.3
pretty_dio_logger: ^1.4.0
dio_intercept_to_curl: ^0.2.0
flutter_gemini: ^3.0.0
flutter_markdown: ^0.7.6+2
pointer_interceptor: ^0.10.1+2
connectivity_plus: ^6.1.3
http: ^1.3.0
web_socket_channel: ^3.0.2
crypto: ^3.0.6
audioplayers: ^6.4.0
in_app_purchase: ^3.2.1
asn1lib: ^1.6.2
in_app_purchase_storekit: ^0.3.21
charset: ^2.0.1
flutter_slidable: ^4.0.0
cached_network_image: ^3.4.1
lpinyin: ^2.0.3
mongol: ^9.0.0
introduction_screen: ^3.1.17
flutter_floating_bottom_bar: ^1.3.0
figma_squircle: ^0.6.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
test: any
build_runner: ^2.4.13
custom_lint: ^0.7.5
riverpod_generator: ^2.4.3
riverpod_lint: ^2.3.13
freezed: ^3.0.2
json_serializable: ^6.9.0
# flutter_launcher_icons: ^0.11.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/fonts/SourceHanSerifSC-Regular.otf
- pubspec.yaml
- assets/foliate-js/index.html
- assets/foliate-js/dist/
# - assets/foliate-js/vendor/
- assets/foliate-js/src/vendor/pdfjs/
- assets/foliate-js/src/
- assets/foliate-js/src/vendor/
- assets/images/
- assets/images/book_share/
- assets/images/bgimg/
- assets/icon/
- assets/CHANGELOG.md
fonts:
- family: SourceHanSerif
fonts:
- asset: assets/fonts/SourceHanSerifSC-Regular.otf
weight: 400
- asset: assets/fonts/SourceHanSerifSC-Bold.otf
weight: 700