-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
101 lines (92 loc) · 2.77 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
96
97
98
99
name: initialproject
description: A initial flutter project
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.18.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.4
tap_debouncer: ^2.0.2
cached_network_image: ^3.2.0
styled_widget: ^0.4.0+3
json_serializable: ^6.2.0
injectable: ^2.3.0
get_it: ^7.2.0
auto_route: ^7.8.3
flutter_easyloading: ^3.0.5
shared_preferences: ^2.0.13
flutter_bloc: ^8.1.3
super_module:
git:
url: [email protected]:queendevelopers/super_module.git
ref: v3.13.3
flutter_rest_client:
git:
url: [email protected]:queendevelopers/rest_client.git
ref: v1.1
responsive_framework: ^1.1.1
video_player: ^2.7.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_native_splash: ^2.1.6
build_runner: ^2.1.7
injectable_generator: ^2.4.0
auto_route_generator: ^7.3.1
flutter_launcher_icons: ^0.13.1
flutter_lints: ^2.0.3
flutter:
uses-material-design: true
assets:
- assets/fonts/poppins/
- assets/videos/
fonts:
- family: poppins
fonts:
- asset: assets/fonts/poppins/poppins_thin.ttf
weight: 100
- asset: assets/fonts/poppins/poppins_extralight.ttf
weight: 200
- asset: assets/fonts/poppins/poppins_light.ttf
weight: 300
- asset: assets/fonts/poppins/poppins_regular.ttf
weight: 400
- asset: assets/fonts/poppins/poppins_medium.ttf
weight: 500
- asset: assets/fonts/poppins/poppins_semibold.ttf
weight: 600
- asset: assets/fonts/poppins/poppins_bold.ttf
weight: 700
- asset: assets/fonts/poppins/poppins_extrabold.ttf
weight: 800
- asset: assets/fonts/poppins/poppins_black.ttf
weight: 900
- asset: assets/fonts/poppins/poppins_thinitalic.ttf
weight: 100
style: italic
- asset: assets/fonts/poppins/poppins_extralightitalic.ttf
weight: 200
style: italic
- asset: assets/fonts/poppins/poppins_lightitalic.ttf
weight: 300
style: italic
- asset: assets/fonts/poppins/poppins_italic.ttf
weight: 400
style: italic
- asset: assets/fonts/poppins/poppins_mediumitalic.ttf
weight: 500
style: italic
- asset: assets/fonts/poppins/poppins_semibolditalic.ttf
weight: 600
style: italic
- asset: assets/fonts/poppins/poppins_bolditalic.ttf
weight: 700
style: italic
- asset: assets/fonts/poppins/poppins_extrabolditalic.ttf
weight: 800
style: italic
- asset: assets/fonts/poppins/poppins_blackitalic.ttf
weight: 900
style: italic