Health Tracker is your one stop solution to keep your heath related information in a secured way.
- Description
- Project structure
- Project roadmap
- Getting started
- Live demo
- Built with
- Contributing
- Authors
- License
- Acknowledgments
Tracking your daily Health Habits and essential Medicines as per the prescribed Schedule.
Most people often forget to take their medicines at regular intervals or to keep track of their health parameters.It becomes really useful if an app takes care of all those things for us.It really keeps us up to date with the schedule and takes care of our health.
Health tracker App will send notifications at regular intervals so that the user does not forget to take their prescribed medicines as per the schedule, also keep track of their essential information.
The idea is to integrate the Flutter App with SQLite Backend where we will store all the user's data in a secured and organized way.
├── .github/ github related files like PR templates, contribution guidelines
├── android flutter generated android specific code
├──ios flutter generated ios specific code (for future use)
├── lib contains all source codes and modules of projects
├──controllers contains the backend code
├──pages contains the app screens
├──test individual widgets can be tested here
├── .gitignore stores files and directories to be ignored in commits
├── LICENSE the open source license
├── pubspec.yaml metadata of the project
├── pubspec.lock stores version of every package used in the project
└── readme.md details and instructions about the project go here
The project currently does the following things.
- Takes the medicine details (dosage,price,mfg company, critical or not), when to eat, etc.
- Show the above data in the form of Cards in an Organized manner.
See below for our future steps.
- Send notifications before a certain amount of time before the scheduled time of taking a medicine.
- Store all Doctor prescriptions in the App in an organized way.
- Track Walking time, Sleep time, Heart Beat, Blood Pressure,and other regular vitals.
- Give important Health Tips at regular intervals.
- Basic Understanding of Programming Language (preferably, C++/Java)
- OOPS
- Understanding of the Flutter Framework by Google
The best way to learn the following is to google each and everything!
-
Very basic understanding of Git and GitHub:
- What are repositories (local - remote - upstream), issues, pull requests
- How to clone a repository, how to fork a repository, how to set upstreams
- Adding, committing, pulling, pushing changes to remote repositories
-
For Flutter SDK:
-
Beginner to Intermediate knowledge of Flutter UI Design Patterns, Widgets, Routers, Navigation,etc.
-
Knowledge of integrating third party libaries and SQLite Backend (for solving backend issues).
-
For Android: (Good to have but not mandatory)
A step-by-step series of instructions that tell you how to get the project running locally is given below. Google every issue you face following the below instructions or just ask us in our Discord channel.
- Fork and Clone the Repository
- Use Visual Studio Code/Android Studio
- In the terminal type flutter pub get
- Type flutter run in Terminal / Choose Run --> Run without Debugging and play it in any emulator of your choice(Special Note: Do not run it in WEB mode as Shared Preferences is there.)
DemoVideo.mp4
Please read contributing.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE file for details.