-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
121 lines (106 loc) · 2.95 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
name: sagase
description: A Japanese-English dictionary and learning app.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.2.1+17
environment:
sdk: '>=3.0.5 <4.0.0'
isar_version: &isar_version 3.1.8
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
# State management
stacked: ^3.4.1
stacked_services: ^1.1.1
stacked_hooks: ^0.2.3
flutter_hooks: any
stacked_themes: ^0.3.13
# Firebase
firebase_core: 3.6.0
firebase_analytics: 11.3.3
firebase_crashlytics: 4.1.3
# UI
google_nav_bar: ^5.0.6
settings_ui: ^2.0.2
flip_card: # TODO change after new version published
git:
url: https://github.com/Moseco/flip_card
keyboard_actions: ^4.2.0
fl_chart: ^0.69.0
flutter_svg: ^2.0.7
flutter_sticky_header: ^0.6.5
shimmer: ^3.0.0
ruby_text: ^3.0.3
introduction_screen: ^3.1.11
percent_indicator: ^4.2.3
tutorial_coach_mark: ^1.2.11
flutter_markdown: ^0.7.3+2
# Other
drift: ^2.18.0
sqlite3_flutter_libs: ^0.5.0
sqlite3: ^2.0.0
isar:
version: *isar_version
hosted: https://pub.isar-community.dev/
isar_flutter_libs:
version: *isar_version
hosted: https://pub.isar-community.dev/
path_provider: ^2.0.15
kana_kit: ^2.1.1
async: ^2.11.0
archive: ^3.4.9
google_mlkit_digital_ink_recognition: ^0.13.0
intl: ^0.19.0
shared_preferences: ^2.2.0
mecab_dart: ^0.1.6
path: ^1.8.3
flutter_file_dialog: ^3.0.1
sagase_dictionary:
git:
url: https://github.com/Moseco/sagase_dictionary
ref: '4b6fd05'
url_launcher: ^6.1.12
dio: ^5.3.3
in_app_review: ^2.0.8
disk_space_plus: # TODO change after new version published
git:
url: https://github.com/Moseco/disk_space_plus
ref: 'ce64cfb'
share_plus: ^7.2.2
app_links: ^6.3.2
uri_to_file: ^1.0.0
security_scoped_resource: ^0.0.2
sanitize_filename: ^1.0.5
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
build_runner: any
stacked_generator: ^1.4.0
isar_generator:
version: *isar_version
hosted: https://pub.isar-community.dev/
mockito: ^5.4.2
plugin_platform_interface: ^2.1.4
path_provider_platform_interface: ^2.0.6
flutter:
fonts:
- family: NotoSansJP
fonts:
- asset: assets/fonts/Noto_Sans_JP/NotoSansJP-Regular.otf
- asset: assets/fonts/Noto_Sans_JP/NotoSansJP-Bold.otf
# Custom font that merges sans latin characters with serif japanese characters
- family: NotoSansWithSerifJP
fonts:
- asset: assets/fonts/Noto_Sans_With_Serif_JP/NotoSansWithSerifJP-Regular.ttf
- asset: assets/fonts/Noto_Sans_With_Serif_JP/NotoSansWithSerifJP-Bold.ttf
uses-material-design: true
assets:
# Dictionary and mecab files for debug
# - assets/dictionary/dictionary.zip
# - assets/mecab/mecab.zip
# - assets/dictionary/proper_noun_dictionary.zip
# Radical positions images
- assets/images/radical_positions/
# App Icon
- assets/images/icon.png