A Travel Booking App made using flutter.
- Works on Android, iOS, Web & Desktop
- Login and Register
- Chatting feature
- Documents Upload
- Map
- Make Payments(Dummy Stores in Database)
- Hotel Reservations(Dummy)
Fork the repository. then clone the repo locally
Install dependencies (Client Side)
flutter pub getChange package name to something unique. Firebase requires this.
This projects uses firebase. So we need to download google-services.json file.
You can go through this: https://firebase.google.com/docs/android/setup
Now, you need to add google-services.json given by firebase to app directory.
Run App
flutter run // After selecting the device you want to test onServer: Google FireBase
Client: Flutter
After cloning & setting up the local project you can push the changes to your github fork and make a pull request.