-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
44 lines (39 loc) · 1.12 KB
/
pubspec.yaml
File metadata and controls
44 lines (39 loc) · 1.12 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
name: solmelu
description: A chatbot application for travel guide suggestions.
version: 1.0.0+1
environment:
sdk: ^3.6.0
dependencies:
flutter:
sdk: flutter
google_sign_in: ^6.2.1 # Updated to the latest version
google_sign_in_web: ^0.12.4+3
google_maps_flutter: ^2.2.0 # Check for latest version
# geolocator: ^8.2.0 # Updated for better performance and features
http: ^1.0.0 # Latest stable version
firebase_auth: ^5.4.1 # Check for updates if needed
async: ^2.11.0
boolean_selector: ^2.1.1
characters: ^1.3.0
clock: ^1.1.1
collection: ^1.19.0
fake_async: ^1.3.1
leak_tracker: ^10.0.7
matcher: ^0.12.16
path: ^1.9.0
source_span: ^1.10.0
stack_trace: ^1.12.0
stream_channel: ^2.1.2
string_scanner: ^1.3.0
term_glyph: ^1.2.1
geolocator: ^10.0.0 # For live location
permission_handler: ^10.0.0 # For location permissions
# vm_service: ^15.0.0 # Uncomment if needed
flutter_markdown: ^0.6.0
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.3.2 # For mocking HTTP and other tests
build_runner: ^2.4.6 # Required to generate mocks
flutter:
uses-material-design: true