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.
- Cloning the repository:
$ git clone https://github.com/ahmedgulabkhan/TouristAssist.git
- 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...
-
Make an android project on your firebase account, follow the mentioned steps and you're good to go.
-
Now run the app on your connected device (using terminal):
$ flutter run