-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
54 lines (43 loc) · 1009 Bytes
/
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
name: pingis
description: Pingis flutter application
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# Business logic
provider: ^3.1.0
# Firebase & Authentication
firebase_analytics: ^4.0.2
firebase_auth: ^0.14.0
firebase_core: ^0.4.0+1
cloud_firestore: ^0.12.9
google_sign_in: ^4.0.4
# UI related
flushbar: 1.9.1
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/
fonts:
- family: Lobster
fonts:
- asset: fonts/Lobster-Regular.ttf
- family: Pacifico
fonts:
- asset: fonts/Pacifico-Regular.ttf
- family: PermanentMarker
fonts:
- asset: fonts/PermanentMarker-Regular.ttf
- family: RussoOne
fonts:
- asset: fonts/RussoOne-Regular.ttf
- family: CustomIcons
fonts:
- asset: fonts/CustomIcons.ttf