-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
pubspec.yaml
51 lines (47 loc) · 1.09 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
name: fun_with_kanji
description: Simple Flutter app to learn Japanese writing systems Hiragana, Katakana and Kanji.
publish_to: "none"
version: 1.0.0+27
environment:
sdk: ">=2.16.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: any
cupertino_icons: ^1.0.2
provider: ^6.0.2
isar: ^3.1.0+1
isar_flutter_libs: ^3.1.0+1
just_audio: ^0.9.34
url_launcher: ^6.0.20
path_provider: ^2.0.15
dynamic_color: ^1.4.0
text_to_speech: ^0.2.3
shared_preferences: ^2.0.15
collection: ^1.16.0
file_picker: ^5.3.3
flutter_file_saver: any
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.2
isar_generator: ^3.1.0+1
build_runner: any
flutter_launcher_icons: ^0.13.1
import_sorter: ^4.6.0
flutter:
generate: true
uses-material-design: true
assets:
- assets/data/
- assets/images/
- assets/sounds/
flutter_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/images/icon.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/images/icon.png"