Skip to content

parkWhere? is a mobile applicaton that allows drivers to check the current (and projected) availability of public car park lots. The application is built using Flutter and Dart. It uses a TFLite model to determine the projected availability and the Google Maps API for mapping related requests.

Notifications You must be signed in to change notification settings

bryanwhl/parkWhere

 
 

Repository files navigation

parkWhere?

parkWhere? is a mobile applicaton that allows drivers to check the current (and projected) availability of public car park lots.

The application is built using Flutter and Dart. It uses a TFLite model to determine the projected availability and the Google Maps API for mapping related requests.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • The latest version of Flutter and Dart installed on your local machine.
  • A valid Google Maps API key.
  • A valid LTA Datamall API key.

Step 1:

Download or clone this repo.

Step 2:

Go to project root and execute the following command in console to get the required dependencies:

flutter pub get 

Step 3:

Go to project root and create a new file .env. In that file, add the following lines

MAPS_API_KEY=YOUR_GOOGLE_MAPS_API_KEY
ACCOUNT_KEY=YOUR_LTA_API_KEY

Step 4:

Run the project.

Authors

About

parkWhere? is a mobile applicaton that allows drivers to check the current (and projected) availability of public car park lots. The application is built using Flutter and Dart. It uses a TFLite model to determine the projected availability and the Google Maps API for mapping related requests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 91.6%
  • Ruby 2.9%
  • Batchfile 2.0%
  • Shell 2.0%
  • Swift 1.1%
  • Kotlin 0.3%
  • Objective-C 0.1%