How can I get .apk and .ipa file from flutter?
问题 I am new to flutter programming and I've created a demo app, its running fine on both android and iOS device. I want to see .apk and .ipa file in flutter. Can anyone help me to get these files from flutter. Where can I see these files in folders or is there any other solution. 回答1: 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 <project>/build/app/outputs/apk/debug/app-debug.apk . If you want a release APK,