forked from dgewe/Tinder-App-Flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
41 lines (34 loc) · 828 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: ^1.3.0
image_picker: ^0.6.7+17
firebase_storage: ^7.0.0
firebase_core: ^0.7.0
firebase_auth: ^0.20.1
cloud_firestore: ^0.16.0+1
percent_indicator: ^2.1.9
shared_preferences: ^0.5.12+4
provider: ^4.3.2+2
intl: ^0.16.1
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