This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
pubspec.yaml
66 lines (62 loc) · 1.59 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
name: kazahana
description: An extension-based Anime and Manga client.
publish_to: none
version: 3.0.0
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
anilist:
path: packages/anilist
animations: ^2.0.3
collection: ^1.16.0
encrypt: ^5.0.1
flutter:
sdk: flutter
json_annotation: ^4.8.1
media_kit: ^1.1.10
media_kit_libs_video: ^1.0.4
media_kit_video: ^1.2.4
path: ^1.8.2
path_provider: ^2.0.11
perks: ^1.0.0
provider: ^6.0.3
shared:
path: packages/shared
tenka:
git:
url: https://github.com/yukino-org/packages.git
ref: dart_tenka
tenka_runtime:
git:
url: https://github.com/yukino-org/packages.git
ref: dart_tenka_runtime
uni_links: ^0.5.1
url_launcher: ^6.1.5
utilx:
git:
url: https://github.com/yukino-org/packages.git
ref: dart_utilx
dev_dependencies:
build_runner: ^2.0.0
devx:
git:
url: https://github.com/yukino-org/packages.git
ref: dart_devx
image: ^4.1.3
json_serializable: ^6.3.1
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/translations/
fonts:
- family: Inter
fonts:
- asset: ./assets/fonts/Inter-Regular.ttf
- asset: ./assets/fonts/Inter-Medium.ttf
weight: 600
- asset: ./assets/fonts/Inter-Bold.ttf
weight: 800
- family: GreatVibes
fonts:
- asset: ./assets/fonts/GreatVibes-Regular.ttf