-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
95 lines (91 loc) · 2.39 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
95
name: rugmi
description: An interpretation of the Imgur application.
version: 1.0.0+1
publish_to: "none"
environment:
sdk: ">=3.1.2 <4.0.0"
dependencies:
bloc: ^8.1.2
cached_network_image: ^3.3.0
cupertino_icons: ^1.0.2
flutter:
sdk: flutter
flutter_bloc: ^8.1.6
flutter_dotenv: ^5.1.0
flutter_launcher_icons: ^0.14.1
flutter_localizations:
sdk: flutter
flutter_native_splash: ^2.4.2
get_it: ^7.6.4
go_router: ^14.3.0
hive: ^2.2.3
hive_flutter: ^1.1.0
http: ^0.13.3
intl: any
json_serializable: ^6.0.1
dev_dependencies:
bloc_test: ^9.1.4
build_runner: ^2.4.13
equatable: ^2.0.5
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
hive_generator: ^2.0.1
hive_test: ^1.0.1
mockito: ^5.4.4
very_good_analysis: ^6.0.0
flutter:
generate: true
uses-material-design: true
assets:
- assets/images/
- assets/splash/
- .env
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter-Thin.ttf
weight: 100
- asset: assets/fonts/Inter-ThinItalic.ttf
weight: 100
style: italic
- asset: assets/fonts/Inter-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Inter-ExtraLightItalic.ttf
weight: 200
style: italic
- asset: assets/fonts/Inter-Light.ttf
weight: 300
- asset: assets/fonts/Inter-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/Inter-Regular.ttf
weight: 400
- asset: assets/fonts/Inter-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter-SemiBoldItalic.ttf
weight: 600
style: italic
- asset: assets/fonts/Inter-Bold.ttf
weight: 700
- asset: assets/fonts/Inter-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Inter-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Inter-ExtraBoldItalic.ttf
weight: 800
style: italic
- asset: assets/fonts/Inter-Black.ttf
weight: 900
- asset: assets/fonts/Inter-BlackItalic.ttf
weight: 900
style: italic