forked from lotusprey/otraku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
57 lines (46 loc) · 1.27 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
name: otraku
description: An unofficial AniList app.
publish_to: 'none'
version: 1.2.0+45
environment:
sdk: '>=2.17.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
http: ^0.13.5
get: ^4.6.5 # Soon to be completely replaced by riverpod.
hive: ^2.2.3
flutter_riverpod: ^2.0.0-dev.9
path_provider: ^2.0.11
flutter_secure_storage: 5.0.2
url_launcher: ^6.1.5
app_links: ^3.2.0 # Flutter deep linking doesn't handle url fragments due to a bug. When its fixed, this package can be removed.
workmanager: ^0.5.0
flutter_local_notifications: ^9.7.0
flutter_widget_from_html_core: ^0.8.5+3
ionicons: ^0.2.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.10.0
flutter_icons:
ios: true
android: true
image_path: "assets/icons/ios.png"
adaptive_icon_background: "#0D161E"
adaptive_icon_foreground: "assets/icons/android.png"
flutter:
uses-material-design: true
assets:
- assets/icons/about_icon.png
fonts:
- family: Rubik
fonts:
- asset: assets/fonts/Rubik-Regular.ttf
- asset: assets/fonts/Rubik-Italic.ttf
style: italic
- asset: assets/fonts/Rubik-Medium.ttf
weight: 500
- asset: assets/fonts/Rubik-MediumItalic.ttf
weight: 500
style: italic