-
A flutter based application for easy interaction between patient's and doctors. During Pandemic many of the patients are looking to get a regular health check-ups but moving outside in such conditions seems risky.
-
So the application is build for this problem, it consists of chatbox with realtime database , login/signup page using firebase google signin and email/password sigin/signup, cool animations using rive , covid tracker with realtime updates , a tracker for nearby ambulance, also addon to this there is a relax zone which comprises of mini games and music to chill out.
-
The app uses YouTube API to call the videoplayer to get indulge in streaming youtube videos there, nearby locations of hospitals is also set using Google Map API.
🎉First off, thanks for taking the time out of your schedule and deciding to contribute here! 👍
-
In case you're new to open source and contributing, be sure to read about GitHub, GitHub Guide, GitHub Open Source, and you are encouraged to check OpenSource Guide.
-
Please feel free to open new issues and pull requests, wherever needed.
-
Every contribution counts, and will go a long way towards betterment of the code and/or its related files.
If you don't have git on your machine, install it.
- Fork this repository by clicking on the fork button on the top of this page.
- This will create a copy of this repository in your account.
-
Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.
-
After cloning the repository, please read and understand what the existing code or document is meant for, before overwriting it with your changes. If you're unsure about any part, feel free to ask it in discussions, and we'd be happy to help.
-
Open a terminal and run the following git command:
git clone "url you just copied"
- Change to the repository directory on your computer (if you are not already there):
cd (filename)
- Now create a branch using the
git checkoutcommand:
git checkout -b your-new-branch-name
-
Do the necessary changes.
-
Add those changes to the branch you just created using the
git add .command:
git add .
- Now commit those changes using the
git commitcommand:
git commit -m "(Add your message here)"
- Push your changes using the command
git push:
git push -u origin <branch-name>
- If you go to your repository on GitHub, you'll see a
Compare & pull requestbutton. Click on that button.
- Now submit the pull request.
- Soon we will be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged.
🏆 After this, project leaders and mentors will review the changes and will merge your PR if they are found good, otherwise we will suggest the required changes.
- Use the present tense (example: "Add feature" and not "Added feature")
- Use the imperative mood (example: "Move item to...", instead of "Moves item to...")
- Limit the first line (also called subject line) to 50 characters or less
- Capitalize the subject line
- Separate subject from body with a blank line
- Do not end the subject line with a period
- Wrap the body at 72 characters
- Use the body to explain what, why, vs, and how
- Reference issues and pull requests liberally after the first line









