-
Notifications
You must be signed in to change notification settings - Fork 18
/
pubspec.yaml
78 lines (67 loc) · 1.78 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
name: find_room
description: Full BLoC rxdart, functional reactive programming
version: 1.0.0+1
environment:
sdk: ">=2.6.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
# firebase
cloud_firestore: ^0.13.0+1
firebase_auth: ^0.15.3
firebase_storage: ^3.1.0
# sign in
google_sign_in: ^4.1.1
flutter_facebook_login: ^3.0.0
# rxdart
distinct_value_connectable_stream: ^1.0.3
rxdart: ^0.23.1
disposebag: ^1.0.0+1
# widgets & plugin
flutter_swiper: ^1.1.6
wave: ^0.0.8
flutter_slidable: ^0.5.4
font_awesome_flutter: ^8.5.0
share: ^0.6.3+5
url_launcher: ^5.4.1
image_picker: ^0.6.2+3
shared_preferences: ^0.5.6
cached_network_image: ^2.0.0-rc.1
# utils
intl: ^0.17.0-nullsafety.2
tuple: ^1.0.3
collection: ^1.14.11
path: ^1.6.4
built_value: ^7.0.0
sealed_unions: ^3.0.2+2
json_serializable: ^3.2.3 #flutter packages pub run build_runner build
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^1.7.1
built_value_generator: ^7.0.0
pedantic: ^1.8.0
flutter:
uses-material-design: true
assets:
- assets/images/home_appbar_image.jpg
fonts:
- family: SF-Pro-Display
fonts:
- asset: assets/fonts/SF-Pro-Display-Regular.ttf
- asset: assets/fonts/SF-Pro-Display-Medium.ttf
weight: 500
- asset: assets/fonts/SF-Pro-Display-Bold.ttf
weight: 700
- family: SF-Pro-Text
fonts:
- asset: assets/fonts/SF-Pro-Text-Regular.ttf
- asset: assets/fonts/SF-Pro-Text-Semibold.ttf
weight: 600
- asset: assets/fonts/SF-Pro-Text-Bold.ttf
weight: 700