Heart care is a mobile app which can be used to monitor heart rate. When the user places his/her finger on the reader the app starts scanning the heart beat for a minute and displays the total, max, min, and avg beats at the end of the timer.
- The app fully follows minimalism so it doesn't comes with too many features except the ones which serves the primary goal of the app.
- It is built in dark mode so it doesn't hurt users eye's at night usage.
- It stores all the data locally so the data doesn't get erased after the usage and fully protected and can be accessed without an internet.
You can try our app by running below commands
git clone https://github.com/Sagarnaikg/Heart-Care/
cd Heart-Care
Flutter run
( Make sure to install Flutter sdk before runing the project )
Or You can directly install our app through the .apk file which will be published soon.
- Flutter for developing the app.
- Shared_preferences for local storage.
- syncfusion_flutter_charts, syncfusion_flutter_gauges for displaying the live chart and and timer.
- rxdart for state management.