Skip to content

A mobile application to ensure safety and mental health

License

Notifications You must be signed in to change notification settings

TatianaNsei/safeherven_app

 
 

Repository files navigation

Safe Herven

Safe Herven is a mobile app for victims/survivors of sexual abuse, GBV, domestic abuse, harmful practices like FGM and child marriage as well as other traumatic events that can lead to anxiety and depression. image

Introduction

Our motivation is the desire to provide a place where victims of gender-based violence can air out their minds in all safety and without being judged considering the fact that some victims do not have anyone in whom they can confide. Also, a lot of victims do not know where they can get the necessary help so we have provided a list of organisations whose goals are to help victims.

Key Features

  • A friendly chat bot if you just need someone to talk to or want to know the next steps or what to do if faced with any of those mentioned issues.

  • A map with common places you'll most likely need to go to and with just one tap, you find the closest place to you.

  • A curated list of non-governmental organisations, foundations and frontline workers with their details. These NGOs are out to help such people but sometimes they don't even know where to go to and which is legit. image

image

How to build

Follow this on how to install and set up flutter for mobile development. Clone the repository: git clone https://github.com/safeherven/safeherven_app.git

Requirements

After cloning the repository, run flutter pub get to downloand all the dependencies.

Steps to run

  • Open android studio
  • Get Google Maps API Key
  • Add the API key to your flutter app in the application manifest (android/apps/src/main/AndroidManifest.xml), as follows: git clone
<manifest ...
  <application ...
    <meta-data android:name="com.google.android.geo.API_KEY"
               android:value="YOUR ANDROID API KEY HERE"/>
  • Run the code on Android studio and view the app on an emulator of your choice or mobile device. You can also run the app from the terminal using: flutter run

About

A mobile application to ensure safety and mental health

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 93.9%
  • HTML 5.3%
  • Other 0.8%