kamil-matula / ParkingApp

Simple mobile application with parking pins in Google Maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ParkingApp

Table of contents

Project description

In progress

Used technologies

Project has been written in Flutter 2.2 and here are some of the most important dependencies:

  • Moor_Flutter 4.0.0 - library responsible for storing data locally,
  • Google_Maps_Flutter 2.0.6 - library responsible for using custom Google Maps widgets,
  • Location 4.3.0 - library responsible for getting location data.

How to compile it?

ParkingApp uses Google Maps APIs: Maps SDK for Android and Maps SDK for iOS. It means that you'll have to generate your own API key as it is not contained in this repository. To do this, follow the steps from this instruction. After you get the Key, place it in the line 11 of ios/Runner/AppDelegate.swift file:

GMSServices.provideAPIKey("YOUR_API_KEY")    // PLACE YOUR API KEY HERE

and in line 9 of android/app/src/main/AndroidManifest.xml:

android:value="YOUR_API_KEY"/>    <!-- PLACE YOUR API KEY HERE -->

How to use it?

In progress

Project status

The project is still in progress.

Credits

Special thanks to:

About

Simple mobile application with parking pins in Google Maps

License:MIT License


Languages

Language:Dart 96.9%Language:Swift 2.3%Language:Kotlin 0.6%Language:Objective-C 0.2%