Hey there !! This app was made in order to chanelize the energy of youth to fill the void of the society. We aimed to build a platform where people could connect and post about social work and help in uplift the community. This idea was inspired during the harsh times of Covid 19 pandemic. Its our responsibility to grow the society from where it is now to a better future.
You could find the apk in the repository.
File name: Engage_For_Change.apk
Alternate Downloading Link : Google Drive
Simply download the apk and install it.The app will be up and running. We are always working on adding new feature for improving the performance and add new features. We will update the apk in the main branch of the repository. So give this repository a star so that you get notified of any updates :)
-
Install flutter on your machine
You could refer to this video to install flutter on your device.
-
Clone this repository on your machine
-
Get the flutter packages you will be needing by running the following command in terminal
flutter packages get
-
Setup Firebase
The app uses Firebase as backend so you will be needing to create a Firebase project of yours and set it up to get the authentication and database services up and running. Its very easy, just create a new Firebase project and get a google-services.json key from there and place it in the folder Engage_For_Change/android/app. You could refer this video to setup Firebase.
-
Congratulations if you made it till here. Now just connect your android emulator or your mobile device to the computer and write the following command in terminal.
flutter run