-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
111 lines (104 loc) · 2.89 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
100
101
102
103
104
105
106
107
108
109
110
111
name: sports_private_pool
description: A new Flutter application.
version: 1.0.0+1
environment:
sdk: ">=2.5.2 <3.0.0"
dependencies:
flutter:
sdk: flutter
animated_text_kit: ^2.0.0
carousel_slider: ^3.0.0
cloud_firestore: ^0.13.4+2
cloud_functions: ^0.5.0
cupertino_icons: ^0.1.2
firebase_auth: ^0.15.5+3
firebase_core: ^0.4.4+3
firebase_dynamic_links: ^0.5.3
firebase_messaging: ^6.0.13
flutter_local_notifications: ^4.0.1+2
flutter_svg: ^0.22.0
google_nav_bar: ^5.0.5
google_sign_in: ^4.4.0
hive: ^1.4.1+1
hive_flutter: ^0.3.1
http: ^0.12.0+4
instant: ^0.4.1
path_provider: ^1.6.11
provider: ^4.1.3
random_string: ^2.0.1
share: ^0.6.5+4
shared_preferences: ^0.5.12+4
webview_flutter: ^2.0.4
line_icons: ^2.0.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^1.10.4
hive_generator: ^0.8.2
flutter:
uses-material-design: true
assets:
- images/
- images/icons/icons8-home.png
- images/icons/icons8-plus.png
- images/icons/icons8-user.png
- images/icons/paytm.svg
fonts:
- family: Source Sans Pro
fonts:
- asset: fonts/SourceSansPro-Regular.ttf
weight: 400
- asset: fonts/SourceSansPro-Black.ttf
weight: 900
- asset: fonts/SourceSansPro-BlackItalic.ttf
weight: 900
style: italic
- asset: fonts/SourceSansPro-Bold.ttf
weight: 800
- asset: fonts/SourceSansPro-BoldItalic.ttf
weight: 800
style: italic
- asset: fonts/SourceSansPro-ExtraLight.ttf
weight: 200
- asset: fonts/SourceSansPro-ExtraLightItalic.ttf
weight: 200
style: italic
- asset: fonts/SourceSansPro-Italic.ttf
style: italic
- asset: fonts/SourceSansPro-Light.ttf
weight: 300
- asset: fonts/SourceSansPro-LightItalic.ttf
weight: 300
style: italic
- asset: fonts/SourceSansPro-SemiBold.ttf
weight: 600
- asset: fonts/SourceSansPro-SemiBoldItalic.ttf
weight: 600
style: italic
- family: Open Sans
fonts:
- asset: fonts/OpenSans-Bold.ttf
weight: 700
- asset: fonts/OpenSans-BoldItalic.ttf
weight: 700
style: italic
- asset: fonts/OpenSans-ExtraBold.ttf
weight: 800
- asset: fonts/OpenSans-ExtraBoldItalic.ttf
weight: 800
style: italic
- asset: fonts/OpenSans-Italic.ttf
weight: 400
style: italic
- asset: fonts/OpenSans-Light.ttf
weight: 300
- asset: fonts/OpenSans-LightItalic.ttf
weight: 300
style: italic
- asset: fonts/OpenSans-Regular.ttf
weight: 400
- asset: fonts/OpenSans-SemiBold.ttf
weight: 600
- asset: fonts/OpenSans-SemiBoldItalic.ttf
weight: 600
style: italic