Flutter build APK
Learn how to create APK in flutter VS Code and locate in folder
Create a flutter project
run in terminal the below command
flutter build apk
You will get the app-release.apk file which you can rename and install on your android device.