Mental health is an essential aspect of our well-being that often gets neglected. With the fast-paced life and increasing stress levels, it is crucial to prioritize our mental health and take care of it. However, seeking help or expressing our feelings can be challenging, and that's where mental health apps come in. INSCAPE mental health app that provides a safe space for people to express their feelings, access healing music, and keep track of their mood
INSCAPE is designed to help people who are dealing with depression or struggling with their mental health. The app provides an option to chat with listeners, who are trained to listen and support individuals dealing with mental health issues. These listeners are not therapists or counselors but are trained volunteers who can offer a listening ear and support.
Click HERE to check it out!
- Ensure you have Flutter and Andriod Studio downloaded on your machine and are able to run Flutter projects locally.
- Run the following command to ensure your system meets the requirements to run the app. All requirements must be met to run the app.
flutter doctor
- Git clone the project into the directory of your choosing.
git clone "this repository link"
-
Create a Firebase Project, Add an android project and configure Auth and FireStore services on the app for the Website following the official documents
-
Download and Add the google-services.json File and move it inside android/app folder the the cloned repository
-
Run the following commands to download all required dependancies.
flutter clean
flutter pub get
- After successfully downloading all dependancies, you are ready to run the app.
flutter run --no-sound-null-safety
It is preferred you run the app on an actual Andriod device or emulator since it was primarily tested on Andriod; however, iOS will also work.