-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
51 lines (43 loc) · 960 Bytes
/
pubspec.yaml
File metadata and controls
51 lines (43 loc) · 960 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
45
46
47
48
49
50
51
name: snapfind
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.10.4
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
firebase_core: ^2.31.0
firebase_auth: ^4.17.0
google_sign_in: ^5.4.4
cloud_firestore: ^4.17.0
firebase_storage: ^11.7.0
image_picker: ^1.0.0
geolocator: ^11.0.0
google_generative_ai: ^0.4.0
uuid: ^4.0.0
firebase_messaging: ^14.9.4
geocoding: ^3.0.0
cached_network_image: ^3.3.1
intl: ^0.19.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.13.1
flutter_native_splash: ^2.4.0
flutter:
uses-material-design: true
assets:
- assets/icon/app_icon.png
- assets/splash/splash_logo.png
flutter_icons:
android: true
ios: true
image_path: "assets/icon/app_icon.png"
flutter_native_splash:
color: "#ffffff"
image: assets/splash/splash_logo.png
android: true
ios: true