-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathpubspec.yaml
41 lines (34 loc) · 818 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
name: tinder_app_flutter
description: Tinder app made with Flutter
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.0
modal_progress_hud: ^0.1.3
numberpicker: ^2.1.1
image_picker: ^0.8.0+4
firebase_storage: ^8.1.3
firebase_core: ^1.3.0
firebase_auth: ^1.4.1
cloud_firestore: ^2.2.2
percent_indicator: ^3.0.1
shared_preferences: ^2.0.6
provider: ^5.0.0
intl: ^0.17.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- images/
fonts:
- family: Nunito
fonts:
- asset: fonts/Nunito-Regular.ttf
- asset: fonts/Nunito-SemiBold.ttf
- asset: fonts/Nunito-Bold.ttf