This project is a simple project for the TribalScale Hackathon.
- Run the
linter/install.sh
from the project root directory. This will setup a git pre-commit hook to lint all files upon commit. Note that this will overwrite your current pre-commit hook, if one exists.
- Run the app from your Android or iOS phone.
- The app will display your flight details in the flight tab.
- Check out the sales in your current airport using the shops tab.
- Save your favourite deals to see them later.
- Obtain a Google Maps API Key from the Developer Console.
- Create a
Secrets.swift
file that has a struct namedSecrets
that shares your API Key as a static String with the namemapKey
. - Run
flutter packages get