Skip to content

alikhalajii/iptk_2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

IPTK_Praktikum, Summer Term 2023

spaceXchange, P2P Parking Spot Sharing App

Installation

You can either use the deliverables/spaceXchange.apk or follow the steps below to set up and run the app:

Prerequisites

  1. Flutter SDK installed.
  2. A Google Cloud project with the Google Maps API enabled (Guide).

Steps

  1. 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
  2. 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';
  3. Run the App
    Fetch dependencies and build the app:

    flutter pub get  
    flutter run  

About

Projektpraktikum- parkingspot-sharing-app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published