forked from Benndora1/Tailor-Booking
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
44 lines (33 loc) · 727 Bytes
/
pubspec.yaml
File metadata and controls
44 lines (33 loc) · 727 Bytes
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
name: tailor_booking_app
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.2.0 <4.0.0' # Updated SDK constraint
dependencies:
flutter:
sdk: flutter
# Firebase
firebase_core: ^3.9.0
firebase_auth: ^5.3.4
cloud_firestore: ^5.6.3
firebase_messaging: ^15.2.2
# Authentication
google_sign_in: ^6.2.2
auth_buttons: ^3.0.2
# UI Components
font_awesome_flutter: ^10.7.0
cupertino_icons: ^1.0.2
# State Management
provider: ^6.1.1
# Maps and Location
google_maps_flutter: ^2.5.0
geolocator: ^10.1.0
# Utils
intl: ^0.18.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter:
uses-material-design: true