Si Rene is a one-stop emergency app. It provides a faster way for users to call and track services in moments of emergency by eliminating call centers as intermediaries. Users only need to tap a button and speak of their emergency – all other information like location and user identity are automatically relayed to the service.
Technologies used Flutter Firebase Google Maps API Node.js Google Cloud Platform
Go to Releases and download the .apk file, then install it on your Android device.
Requirements, ensure you have the following installed on your local machine:
- Flutter SDK (version
3.16.xrecommended) - Java Development Kit (version
17.0.xrecommended) - Git
Follow these steps to run the project on your local machine:
-
Clone the repository
git clone https://github.com/4thePeepsTeam/Si-Rene.git
-
Navigate to the project's directory
cd Si-Rene -
Install the dependencies
flutter pub get
-
Create and setup
private.dartfile on using template provided inprivate.dart.example -
Replace
YOUR_GOOGLE_API_KEY_HEREwith your Google Maps Api Key onandroid/app/src/main/androidmanifest.xml<!-- android/app/src/main/androidmanifest.xml --> ... <meta-data android:name="com.google.android.geo.API_KEY" android:value=YOUR_GOOGLE_API_KEY_HERE/>
-
Run the app
flutter run
Developed by 4thePeeps Team:
- Thoriq Ibrahim Farras
- Ahmad Bagas Aditya Ilham Aulia
- Nabil Mutawakkil Qisthi
- Almaas Izdihar Sant

