Build and release for Android

⌘K
  1. Home
  2. Docs
  3. Xilancer-Client Flutter A...
  4. Build App
  5. Build and release for Android

Build and release for Android

Open your project in vscode. Open terminal and run

flutter build apk

Build file location: <project>/build/app/outputs/apk/release/app-release.apk
You can now share this apk with anyone.


To deploy your app on playstore, you can follow this link: https://docs.flutter.dev/deployment/android

Was this article helpful to you? No Yes

How can we help?