-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
89 lines (72 loc) · 2.36 KB
/
Copy pathpubspec.yaml
File metadata and controls
89 lines (72 loc) · 2.36 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
name: example
description: "A new Flutter project."
# 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
# The following defines the version and build number for your application.
version: 1.0.0+1
environment:
sdk: ^3.5.1
# Dependencies specify other packages that your package needs in order to work.
dependencies:
flutter:
sdk: flutter
flutter_svg: ^2.0.4
cupertino_icons: ^1.0.8
table_calendar: ^3.0.0
image_picker: ^1.1.2
firebase_storage: ^12.3.4
permission_handler: ^11.3.1
# Firebase Core dependency
firebase_core: ^3.6.0 # You can use the latest version from pub.dev
# Optional: If you plan to use Firebase Authentication or other services
firebase_auth: ^5.3.1 # Example for Firebase Authentication
cloud_firestore: ^5.4.4 # Example for Firestore if you're using it
#env.files :))
flutter_dotenv: ^5.2.1
# Updated intl package for date formatting
intl: ^0.17.0
video_player: ^2.9.2
video_thumbnail: ^0.5.3
path_provider: ^2.1.0
file_picker: ^8.1.6
# Replaced discontinued charts_flutter with fl_chart
charts_flutter: ^0.12.0
pinput: ^5.0.0
# Added for Geoapify Address Autocomplete Integration
http: ^1.2.2
flutter_typeahead: ^4.1.0
url_launcher: ^6.3.1
uni_links5: ^0.5.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
uses-material-design: true
# Assets section where images and other resources are specified
assets:
- assets/images/camhub_background.jpg
- assets/images/camhub_logo.jpg
- assets/images/photographer1.jpg
- assets/images/photographer2.jpg
- assets/images/higala_logo.png
- assets/images/package1.png
- assets/images/package2.png
- assets/images/package3.png
- assets/images/package4.png
- assets/images/higala_logo1.jpg
- assets/firebase.env
# To add custom fonts to your application, add a fonts section here.
# Example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700