TouristAssist icon indicating copy to clipboard operation
TouristAssist copied to clipboard

TouristAssist is an app made using Flutter and Firebase which provides a better tourism experience. Tourists can sign up and book local guides based on the current city they are present in. It shows a...

TouristAssist

About

TouristAssist is an app made using Flutter and Firebase which provides a better tourism experience. Tourists can sign up and book local guides based on the current city they are present in. It shows a map of their current location and all the guides present in that area.

Snapshots of the application

Screenshots

Configuration Steps

  1. Cloning the repository:
$ git clone https://github.com/ahmedgulabkhan/TouristAssist.git
  1. Open the project and install dependencies (using terminal):
$ cd TouristAssist
$ flutter pub get

This installs all the required dependencies like cloud_firestore, firebase_auth, shared_preferences, flutter_map, geolocator, etc...

  1. Make an android project on your firebase account, follow the mentioned steps and you're good to go.

  2. Now run the app on your connected device (using terminal):

$ flutter run