Build your app

For Playstore Android APK
Build an app bundle ( Recommended )

For Tournament app build apk version. Because you will need a valid license to upload Tournament app on Playstore.

1. Open Gameplay Project

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

Build an APK ( Recommended For Tournament App)

1. Open Gameplay 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 device But if you want to build for IOS then you can easily build for IOS. Please check Support Section thank you. I will try my best. Good Luck.