ameysunu / healthx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Healthx

Build Status

The app allows users to add symptoms if they have any, and on submitting it, the data gets saved so that hospitals can have a look and bring in assistance if necessary. Users can also add on glasses of water they have taken so, that they would know if they need to take more or less, however, the more you drink, it's better for the health. Users can also check out restaurants near their location under categories like Taquerias and Pizzerias so that there is less confusion about ending up at the right food place. The app also helps you get a text from images so that you can find its address easily, especially from banners and restaurant adverts. Users can also retrieve text from any image. It also has a chatbot which helps weary mood users give out recommendations for foods and various other things. The app also has a pedometer that helps track steps of users and a BMI calculator to give out your BMI, and motivate you to increase/decrease it. It also has a health news section to give you live news from BBC Health.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Run

flutter doctor

Make sure you have the requirements shown at the output, including XCode, Cocapods for iOS and macOS devices.

Navigate to project directory and run

flutter clean

Open the project in Android Studio or VSCode and make sure you have Flutter pre-requisites needed for running the app, including the Dart and Flutter extension and manually run the files. For iOS devices, open the project in XCode and navigate to iOS files and open up Runner.xcproj and set up team and signing on XCode and run the program.

Issues may occur while trying to run the app on XCode for iOS, hence follow the commands:

flutter clean
pod install

If no pods are found, continue to run the app on XCode.

About

License:MIT License


Languages

Language:Dart 99.3%Language:Swift 0.5%Language:Kotlin 0.1%Language:Objective-C 0.0%