How to get .apk and .ipa file from flutter?

后端 未结 11 1067
自闭症患者
自闭症患者 2020-12-12 18:51

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

11条回答
  •  感情败类
    2020-12-12 19:42

    Updated for iOS :-

    first you need to go to your current working directory and run the following command;

    flutter build ios --release
    

    After successfully completion of build, you can find build on below path;

    /Users/sanjaybalaji/Documents/KiranFlutterApps/hb_calculator/build/ios/iphoneos/Runn
    er.app.
    

    you can check below screenshots for more details.

提交回复
热议问题