A new Flutter project for the ineuron.ai Hack-A-Thon 2.0. This project is intended as a solution to the Ambulance problem statement.
graph LR
Ab[setState]-->Aa[Provider]-->A[Flutter]
A--API-->B((Firebase))
B-->C[Firestore]
B-->D[Firebase Cloud Functions]
B-->E[Firebase Authentication]
A--Geolocation-->F((GCP Maps SDK))
Here is the link to the youtube demo.
- User CRUD
- Patients can see all the available ambulances in a given periphery
- Drivers can see all the emergency cases around them
- If permited by the patient then the ambulance driver would have access to the patients medical profile who he is going to pick up.
- Patients have the option to add multiple medical profiles of their close which would be helpful in few cases.
- Directions to the patients live location from the Drivers source