-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
93 lines (60 loc) · 2.06 KB
/
Copy pathpubspec.yaml
File metadata and controls
93 lines (60 loc) · 2.06 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
name: ecommercestore
description: e-Commerce store for local shopkeepers.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In Android, build-name is used as versionName while build-number used as versionCode.
# Ref: https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Ref: https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.4
firebase_auth: ^3.3.5
google_maps_flutter: ^2.1.1
location: ^4.3.0
geocoding: ^2.0.2
sqflite: ^2.0.2
cloud_firestore: ^3.1.6
email_validator: ^2.0.1
provider: ^6.0.2
path: ^1.8.0
stream_transform: ^2.0.0
printing: ^5.6.6
firebase_core: ^1.11.0
firebase_analytics: ^9.0.5
image_picker: ^0.8.4+4
firebase_storage: ^10.2.5
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.9.2
flutter_lints: ^1.0.0
build_runner: ^2.1.5
source_gen: ^1.2.0
model_helper:
path: model_helper
flutter_icons:
image_path: assets/icons/launcher.png
android: true
ios: true
flutter:
uses-material-design: true
assets:
- assets/imgs/test.jpeg
- assets/images/flower.webp
- assets/images/profile_pic.jpg
fonts:
- family: OtomanopeeOne
fonts:
- asset: assets/fonts/OtomanopeeOne-Regular.ttf
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages