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.
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.
-
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.
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
After cloning the repository, run flutter pub get
to downloand all the dependencies.
- 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