/caress

Primary LanguageDart

Google Solution Challenge 2023

Introduction:

As we all know, the health status of many is getting worst due to work stress and anxiety. Poor Mental Health has become the biggest problem for people. Most of the youth responsible for the growth of a country are crippled in the chains of depression and anxiety, thus slowing down developmental activities. Sadly, the problem is suffered by many yet not discussed openly. So here we the team "Ideavengers" bring a caretaker "CARESS" for all of them who suffer from the same but hesitate to tell.

Demo Video Link:

YouTube Video Link

Presentation Link:

Presentation

Table of Contents:

Technology Stack:

  1. Flutter
  2. Dart
  3. Firebase
  4. Google Fit
  5. NewsAPI

Contributors:

Team Name: Ideavengers

Caress

Theme - Health and Well Being

Note -

This app is currently in test mode and only users allowed by the admin who have a google account can use the app properly. The two possible publishing modes of the app are given below

Publishing Status ( Important )

  • In Production: Once you set your app status as "In production," your app will be available to anyone with a Google Account. Depending on how you configure your OAuth screen, you may have to submit your app for verification .
  • Testing: If your app is still being tested and built, you can set your status to "testing". In this state, you can test your app with a limited number of users.
    Courtesy - https://console.cloud.google.com/apis

    Functioning and User Flow

    1. Firstly the user sign up and login in the application.
    2. Basic Information of user, his friend/well wisher/guardian or any specialist doctor is taken for future use and profile display.
    3. Instructions are given to connect the app with the smart watch.
    4. After submitting the details and setting up the watch with app, the application ask for various permissions such as track activity, phone usage and personalized google account permissions
    5. As soon as you give your google account access, data of your current vitals is shown on the screen which is updated after every 2 minutes.
    6. If there is a spike in the heart rate(>100), user recieves an alert notification.The alert notification suggests you to stop using an particular app(correctly 70% of the time) and provides you the facility to call your friend on a single tap. Also an email about the same is delivered to the friend/well wisher or specialist whose information was collected previously.Emails are sent after a duration of 3 hours only.
    7. Application also consists of articles page(contains articles related to mental health) and profile page which consits the data of user which can be updated frequently.
    8. Application also provides you with facility of self assessment of various mental health disorders such as Depression, PTSD, schizophrenia, addiction and anxiety. After taking the self assessment tests the results are shared with the specialist/doctor via an email.
    9. Helpline page is there in the application which includes helpline numbers and website links of 11 mental health healing websites for support. Call to any organisation can be just made by a single tap on the contact tile.

    App Screenshots

           

    Flutter dependecies used :

    cupertino_icons: ^1.0.2
    permission_handler: ^10.2.0
    health: ">=4.4.0 <5.0.0"
    firebase_auth: ">=4.2.8 <4.2.9"
    firebase_core: ^2.7.0
    cloud_firestore: ^4.4.3
    shared_preferences: ^2.0.18
    flutter_local_notifications: ^13.0.0
    firebase_messaging: ^14.2.5
    timezone: ^0.9.1
    persistent_bottom_nav_bar: ^5.0.2
    image_picker: ^0.8.7
    firebase_storage: ^11.0.16
    http: ^0.13.5
    url_launcher: ^6.1.10
    usage_stats: ^1.2.0
    flutter_phone_direct_caller: ^2.1.1
    email_validator: '^2.1.16'
    intro_screen_onboarding_flutter: ^1.0.0
    intl: ^0.17.0
    percent_indicator: ^4.2.3
    font_awesome_flutter: ^10.4.0

    Future Scope -

  • Social Media Segmentation- To fetch one’s Social Media Posts, Messages and Screen Time. For example we can use Twitter Developer API’s to fetch one past tweets to judge one’s mental state.
  • Introducing ML Model for mental health analysis- To introduce and train a better ML model with better data which we get from the app. More data can help us predict with better accuracy and hence the model will be more reliable.
  • Embedded Training and support Videos – Integrate Mental Health Training videos for members which would suggest them various exercises to boost mental health. Simultaneously we’ll provide a peer to peer interaction of mental health experts in support of the same.
  • Live Mental health webinars and sessions –We could also integrate live webinars like feature in our app where special guests and renowned specialist will share their view and suggestions over mental illness.
  • Scalable the app for production purpose- As we are using the health package in flutter application which requires certain google verifications, So due to some reasons our app is currently in testing mode and we want it to run in production mode later.