This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
69 lines (55 loc) · 1.62 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
name: ikigai
description: Anime and Manga encyclopedia.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.3
cached_network_image: ^2.2.0+1
intl: ^0.16.1
mdi: ^3.0.0
http: ^0.12.1
jikan_api: ^1.3.1
path_provider: ^1.6.10
flutter_launcher_icons: ^0.7.5
expand_widget: ^1.0.0
sqflite: ^1.3.1
share: ^0.6.4+3
google_fonts: ^1.1.0
url_launcher: ^5.4.11
firebase_admob: ^0.10.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_icons:
#flutter pub run flutter_launcher_icons:main
# image_path: "assets/images/icon-128x128.png"
image_path_android: "assets/icon.png"
image_path_ios: "assets/icon.png"
android: true # can specify file name here e.g. "ic_launcher"
ios: true # can specify file name here e.g. "My-Launcher-Icon"
adaptive_icon_background: "assets/background.png" # only available for Android 8.0 devices and above
adaptive_icon_foreground: "assets/foreground.png" # only available for Android 8.0 devices and above
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages