forked from EyupEnsarKus1/ValoVerse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
94 lines (73 loc) · 1.88 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
name: valorant_wiki_app
description: Valorant Wiki Application
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.19.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.5
flutter_vector_icons: ^2.0.0
# Responsive
flutter_screenutil: ^5.7.0
# Network
http: ^0.13.6
# Shimmer
shimmer: ^3.0.0
# Permissions
permission_handler: ^10.4.3
# Cache
flutter_cache_manager: ^3.3.1
shared_preferences: ^2.2.0
cached_network_image: ^3.2.3
# Photo View
photo_view: ^0.14.0
# Connectivity
connectivity_plus: ^4.0.2
internet_connection_checker: ^1.0.0+1
# Localization
easy_localization: ^3.0.2
# State Management
flutter_bloc: ^8.1.3
bloc: ^8.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.2
flutter_launcher_icons: ^0.13.1
flutter_icons:
android: true
image_path: "assets/icons/logo.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/icons/logo_foreground.png"
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/images/
- assets/lang/
fonts:
- family: Archivo
fonts:
- asset: assets/fonts/archivo/Archivo-Italic-VariableFont_wdth,wght.ttf
- family: Valorant
fonts:
- asset: assets/fonts/valorant/Valorant.ttf
- family: Rubik
fonts:
- asset: assets/fonts/rubik/Rubik-Italic-VariableFont_wght.ttf
- family: Roboto
fonts:
- asset: assets/fonts/roboto/Roboto-Thin.ttf
weight: 100
- asset: assets/fonts/roboto/Roboto-Light.ttf
weight: 300
- asset: assets/fonts/roboto/Roboto-Regular.ttf
weight: 400
- asset: assets/fonts/roboto/Roboto-Medium.ttf
weight: 500
- asset: assets/fonts/roboto/Roboto-Bold.ttf
weight: 700
- asset: assets/fonts/roboto/Roboto-Black.ttf
weight: 900