Prepare your Flutter environment Go to https://flutter.dev/docs/get-started/install After configured go ahead Clone this repository $ git clone https://github.com/UndeadSec/SocialFishMobile.git socialfish Go into the repository $ cd socialfish Check issues $ flutter doctor Get dependencies $ flutter packages get Build APK $ flutter build apk --release