Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devanshu-17/medapp

A flutter App which can show nearby hospitals in a live interactive map.
https://github.com/devanshu-17/medapp

Last synced: 7 days ago
JSON representation

A flutter App which can show nearby hospitals in a live interactive map.

Awesome Lists containing this project

README

        

# MedApp

A flutter App which can show nearby hospitals in a live interactive map.

![Flutter](https://img.shields.io/badge/Flutter-3670A0?style=for-the-badge&logo=Flutter&logoColor=ffdd54)
![FireBase](https://img.shields.io/badge/FireBase-%234ea94b.svg?style=for-the-badge&logo=FireBase&logoColor=white)

# Description

MedApp provides a real-time location visualiation for multiple users. It allows users to create an account, login, and get the nearby hospitals based on their current location.

The database used for this project is FireBase which stores the authentication detail about the users.

# Installation

To run this project on your machine, follow the steps below:

### Clone the repository using the following command:

```bash
git clone https://github.com/Devanshu-17/MedApp.git
```

### Install the required dependencies using the following command:

```bash
pub get
```

### Start the application using the following command:

```bash
flutter main.dart
```

## Try the Application on your device:

[Release: v1.0.0](https://github.com/Devanshu-17/MedApp/releases/tag/v1.0.0)

![APK](https://img.shields.io/badge/APK-3670A0?style=for-the-badge&logo=APK&logoColor=ffdd84)

## Screenshots

### Home Screen

![1](https://user-images.githubusercontent.com/93381397/235344355-7292ed9e-3c13-4ad8-9388-36b95c4f73f2.jpeg)

### SignUp Screen

![2](https://user-images.githubusercontent.com/93381397/235344362-5dadfc49-950b-4472-ac51-ec2df1d2b123.jpeg)

### Live Location Screen

![3](https://user-images.githubusercontent.com/93381397/235344475-60b06345-8079-49d9-9ab7-a9cc48e7eead.jpeg)

### Nearby Hospitals Screen

![4](https://user-images.githubusercontent.com/93381397/235344492-8adc2d4d-e3a8-4906-a9e3-b19041a705af.jpeg)

### Directions Screen

![5](https://user-images.githubusercontent.com/93381397/235344498-ef934848-cbff-4268-ace4-6391b2766ed0.jpeg)

## License

This project is licensed under the MIT License - see the LICENSE.md file for details.

[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)

## Contributing:

If you wish to contribute to MedApp, please submit a pull request with your proposed changes. We welcome contributions from the community and will do our best to review and incorporate them into the project.

## Thank you for choosing MedApp!