Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vaetas/self_test

Flutter app to track depression level. Uses riverpod & drift.
https://github.com/vaetas/self_test

dart flutter flutter-app flutter-apps freezed riverpod

Last synced: 13 days ago
JSON representation

Flutter app to track depression level. Uses riverpod & drift.

Awesome Lists containing this project

README

        

# Self Test: Track Depression

![Screenshots](/screenshots.png)

> This is a demo app to showcase various technologies in small offline-only app. Use at your own risk. This app cannot replace professional help.

Flutter app to self test depression level using PHQ-9 questionnaire. Save history, view previous answers, and optionally export data into JSON.

### Tech Stack

- `riverpod`, `hooks` and `freezed` for state management,
- `drift` for peristence,
- `go_router` for routing,