I am new to flutter programming and I\'ve created a demo app, its running fine on both android and iOS devices. I want to see .apk and .ipa file in flutter. Can anyone help
For Android, an APK is generated every time you build the app, e.g. with flutter run. You will find that in your project folder under /build/app/outputs/apk/debug/app-debug.apk.