spaceXchange, P2P Parking Spot Sharing App
You can either use the deliverables/spaceXchange.apk or follow the steps below to set up and run the app:
- Flutter SDK installed.
- A Google Cloud project with the Google Maps API enabled (Guide).
-
Generate API Key
Create a Google Maps API key and enable the following APIs in your Google Cloud Console:- Maps SDK for Android/iOS
- Geocoding API
- Places API
-
Add API Key to Project
- Open the file at
myapp/lib/mapPages/api_keys.dart
. - Add your API key like this:
const String googleMapsApiKey = 'YOUR_API_KEY_HERE';
- Open the file at
-
Run the App
Fetch dependencies and build the app:flutter pub get flutter run