-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
70 lines (64 loc) · 1.4 KB
/
pubspec.yaml
File metadata and controls
70 lines (64 loc) · 1.4 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
name: pulseai
description: "PulseAI - AI-powered health monitoring app"
publish_to: 'none'
version: 3.0.0+3
environment:
sdk: ^3.9.2
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
carousel_slider: ^5.0.0
firebase_core: ^3.0.0
firebase_auth: ^5.0.0
cloud_firestore: ^5.0.0
google_sign_in: ^6.2.1
smooth_page_indicator: ^1.1.0
flutter_animate: ^4.5.0
provider: ^6.1.1
shared_preferences: ^2.2.2
dio: ^5.4.0
http: ^1.2.0
flutter_map: ^6.1.0
latlong2: ^0.9.0
geolocator: ^11.0.0
geocoding: ^3.0.0
camera: ^0.10.5
image_picker: ^1.0.7
permission_handler: ^11.2.0
cached_network_image: ^3.3.1
google_fonts: ^6.3.2
url_launcher: ^6.2.5
flutter_localizations:
sdk: flutter
intl: ^0.20.2
speech_to_text: ^7.0.0
flutter_tts: ^4.0.0
translator: ^1.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_launcher_icons: ^0.14.1
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/google.png
- assets/images/logo.png
- assets/images/
- assets/data/hospitals.geojson
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/images/logo.png"
min_sdk_android: 21
web:
generate: true
image_path: "assets/images/logo.png"
windows:
generate: true
image_path: "assets/images/logo.png"
macos:
generate: true
image_path: "assets/images/logo.png"