-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
93 lines (73 loc) · 1.7 KB
/
pubspec.yaml
File metadata and controls
93 lines (73 loc) · 1.7 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
name: substitcher
description: opus chaptered audiobook player, encoder and editor with colored subtitle support, basic video editor
publish_to: 'none'
version: 26.03.18
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# File system
file_picker: ^10.3.10
path_provider: ^2.1.1
path: ^1.9.0
crypto: ^3.0.3
# internet
http: ^1.2.0
url_launcher: ^6.2.5
# Device info for Android ABI detection
device_info_plus: ^10.0.0
# Process execution (FFmpeg calls)
process_run: ^1.2.0
# State management
flutter_riverpod: ^3.2.0
wakelock_plus: ^1.2.0
# Audio player
media_kit: ^1.2.6
media_kit_video: ^1.2.6
media_kit_libs_macos_video: ^1.1.4
media_kit_libs_linux: ^1.1.4
media_kit_libs_windows_video: ^1.0.9
media_kit_libs_android_audio: ^1.1.4
# UI
cupertino_icons: ^1.0.6
shared_preferences: ^2.3.3
window_manager: ^0.5.1
package_info_plus: ^9.0.0
# Character handling for CJK tokenization
characters: ^1.4.0
tiny_segmenter_dart: ^1.0.0
intl: ^0.20.2
# anki apkg files
archive: ^4.0.7
csv: ^6.0.0
sqlite3: ^3.1.4
html: ^0.15.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.14.4
flutter_launcher_icons:
android: true
ios: false
image_path: "assets/icon.png"
macos:
generate: true
image_path: "assets/icon.png"
linux:
generate: true
image_path: "assets/icon.png"
windows:
generate: true
image_path: "assets/icon.png"
flutter:
uses-material-design: true
assets:
- assets/fonts/
- assets/adhanclock/
- assets/lut/
fonts:
- family: CustomFonts
fonts:
- asset: assets/fonts/0xProto.otf