Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vaetas/self_test
- Owner: vaetas
- Created: 2023-04-10T23:25:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-10T23:26:38.000Z (over 1 year ago)
- Last Synced: 2024-12-18T09:45:26.453Z (18 days ago)
- Topics: dart, flutter, flutter-app, flutter-apps, freezed, riverpod
- Language: Dart
- Homepage:
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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,