Build your app

For Playstore Android APK
Build an app bundle ( Recomended )

1. Open GetProfile Project

2. Then simply run on VS Code Editor terminal flutter build appbundle

Build an APK

1. Open GetProfile Project

2. Then simply run on VS Code Editor terminal flutter build apk --split-per-abi

This command results in three APK files:

If you do not want three files at same time then you can simply run flutter build apk this cmd will give your flutter default --release

Currently i tested this app only on android devic But if you want to build for IOS then you can easily build for IOS. OR you can contact me. Please check Support Section thank you. I will try my best. Good Luck.