-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
64 lines (53 loc) · 1.38 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
name: checklst
description: Location Based Reminder App
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
# UI specific:
cupertino_icons: ^1.0.0
flappy_search_bar: ^1.7.2
modal_progress_hud: ^0.1.3
flutter_slidable: ^0.5.7
circular_check_box: ^1.0.4
flutter_switch: ^0.1.5
flutter_screenutil: ^3.2.0
# Utilities
date_time_picker: ^1.1.0
flutter_local_notifications: ^3.0.1+6
intl: ^0.16.1
geolocator: ^5.3.2+2
geocoder: ^0.2.1
# Google Services:
firebase_core: ^0.5.2+1
firebase_auth: ^0.18.3+1
cloud_firestore: ^0.14.3+1
provider: ^4.3.2+2
google_maps_flutter: ^1.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: Playfair
fonts:
- asset: assets/fonts/PlayfairDisplay-Black.ttf
weight: 900
- asset: assets/fonts/PlayfairDisplay-Bold.ttf
weight: 700
- asset: assets/fonts/PlayfairDisplay-Regular.ttf
- family: WorkSans
fonts:
- asset: assets/fonts/WorkSans-Black.ttf
weight: 900
- asset: assets/fonts/WorkSans-Bold.ttf
weight: 700
- asset: assets/fonts/WorkSans-SemiBold.ttf
weight: 600
- asset: assets/fonts/WorkSans-Regular.ttf