This app is made as a Project Exhibition work by the students of VIT Bhopal University. This app works in conjunction with QT_Passengers App. To run this project follow these steps:
- Create a new Flutter empty project and then copy the files in the root directory.
- Run flutter pub get.
- For backend this project uses firebase. Go to firebase console and create a new project.
- Enable Google, Email and Phone Authentication in firebase.
- Copy the Web Client ID and put it into the keys.dart file.
- Run flutter fire configure and choose the newly created project from command line.
- You might need to install flutter fire and firebase cmd tool separetely.
- FlutterFire package is now deprecated and it is recommended to use new replacements instead.
- Connect both the QT_Driver and QT_Passengers app to the same Firebase project.