Skip to content

Psycheck: Mobile/web app for real-time mental health self-assessment. AI generates personalized results with summaries, article links, and nearby resources. Prioritizes privacy for research, offers advanced analytics and mood tracking, and connects users to consultants for online consultations. Accessible mental health decisions for all.

Notifications You must be signed in to change notification settings

adityasatuluri/psycheck

Repository files navigation

PsyCheck

Psycheck: Mobile/web app for real-time mental health self-assessment. AI generates personalized results with summaries, article links, and nearby resources. Prioritizes privacy for research, offers advanced analytics and mood tracking, and connects users to consultants for online consultations. Accessible mental health decisions for all.

Project Demo:

https://psycheck.flutterflow.app/

Documentation

This site hosts Flutter's API documentation. Other documentation can be found at the following locations:

Offline Documentation

In addition to the online sites above, Flutter's documentation can be downloaded as an HTML documentation ZIP file for use when offline or when you have a poor internet connection.

Warning: the offline documentation files are quite large, approximately 700 MB to 900 MB.

Offline HTML documentation ZIP bundles:

Or, you can add Flutter to the open-source Zeal app using the following XML configurations. Follow the instructions in the application for adding a feed.

Importing a Library

Framework Libraries

Libraries in the "Libraries" section below (or in the left navigation) are part of the core Flutter framework and are imported using 'package:flutter/<library>.dart', like so:

import 'package:flutter/material.dart';
import 'package:flutter/services.dart';

Dart Libraries

Libraries in the "Dart" section exist in the dart: namespace and are imported using 'dart:<library>', like so:

import 'dart:async';
import 'dart:ui';

Except for 'dart:core', you must import a Dart library before you can use it.

Supporting Libraries

Libraries in other sections are supporting libraries that ship with Flutter. They are organized by package and are imported using 'package:<package>/<library>.dart', like so:

import 'package:flutter_test/flutter_test.dart';
import 'package:file/local.dart';

Packages on pub.dev

Flutter has a rich ecosystem of packages that have been contributed by the Flutter team and the broader open source community to a central repository. Among the thousands of packages, you'll find support for Firebase, Google Fonts, hardware services like Bluetooth and camera, new widgets and animations, and integration with other popular web services. You can browse those packages at pub.dev.

About

Psycheck: Mobile/web app for real-time mental health self-assessment. AI generates personalized results with summaries, article links, and nearby resources. Prioritizes privacy for research, offers advanced analytics and mood tracking, and connects users to consultants for online consultations. Accessible mental health decisions for all.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •