Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunaljain0212/emergency-vehicle-notifier
This is an android application that provides its users with the facility to use it as a normal navigation app on usual days and whenever a user accounts for an emergency they can raise an emergency ticket which further notifies all the emergency vehicle drivers registered on the app about the emergency. The emergency vehicle drivers can choose to accept or deny the emergency.
https://github.com/kunaljain0212/emergency-vehicle-notifier
android dart firebase flutter
Last synced: 7 days ago
JSON representation
This is an android application that provides its users with the facility to use it as a normal navigation app on usual days and whenever a user accounts for an emergency they can raise an emergency ticket which further notifies all the emergency vehicle drivers registered on the app about the emergency. The emergency vehicle drivers can choose to accept or deny the emergency.
- Host: GitHub
- URL: https://github.com/kunaljain0212/emergency-vehicle-notifier
- Owner: kunaljain0212
- Created: 2021-09-15T17:44:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T15:30:13.000Z (about 2 years ago)
- Last Synced: 2024-10-12T09:49:07.697Z (about 1 month ago)
- Topics: android, dart, firebase, flutter
- Language: Dart
- Homepage:
- Size: 440 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emergency Vehicle Notifier![first](https://user-images.githubusercontent.com/74818285/144063206-a2a3c007-e67e-443b-853d-7096cf8c49f0.png)
![sec](https://user-images.githubusercontent.com/74818285/144063383-40784611-2dff-4189-b4d5-baea48526217.png)
![third](https://user-images.githubusercontent.com/74818285/144063447-c77de5dc-7b4a-47ad-b6eb-d87b4e22a981.png)
![fourth](https://user-images.githubusercontent.com/74818285/144063459-0a620ee4-580b-4d2e-82c3-dabf36ff190e.png)# APK Builds
The given folder link contains all the APK Builds. Supported build may vary based on OS version (preferrably install app-armeabi-v7a-release.apk).
https://drive.google.com/drive/folders/1NxcV5XX6MBRcqFBw4remwcIEKM7D8VcS?usp=sharing
# Features
### 1. Auth
- To register all kinds of users in the Firebase### 2. Google Maps Page
- Use Google Maps APIs for navigation
- Can be used for both general and emergency usage### 3. Navigation Facility
- To explore navigational pathways in general use
- To experience real-time GPS navigation systems### 4. Profile Page
- Display the profile details of user### 5. Update and Delete Profile routes
- Update prfile data by routes
- Delete profile by routes### 6. Create Emergency Page and Backend
- Create emergency ticket
- Add the newly added emergency in the Firebase database### 7. Update Emergency and Backend
- Update emergency details in the frontend
- Update the emergency in the Firebase### 8. Delete Emergency
- Delete an emergency if required by the user
- Update the deleted emergency in the Firebase### 9. Accept Emergency and Backend
- Driver-only accessible feature
- Accepts an emergency ticket
- Updates the pending emergences in the Firebase### 10. Decline Emergency
- Driver-only accessible feature
- Declines an emergency ticket### 11. Automatic Navigation on Accept Emergency
- When an emergency ticket is accepted by the driver, navigation starts automatically
# Tech Stack