这是我在Google Play商店中对Flutter应用程序的第四次更新。我已经将API从16改为19。我在我的应用程序中添加了一些函数,这就是为什么我需要更改它,因为依赖项不支持16。当我发布apk bundle并在Google Play Store上更新应用程序时,它在用户端应用程序上不起作用。它不会显示任何错误。顺畅地打开。我使用的是SQLite数据库。
我面临的问题,黑色屏幕在发布版本的应用,调试版本工作正常。当我在手机上安装和打开该应用程序的发布版本时,它只显示黑色屏幕,没有其他任何内容。Doctor summary (to see all details, run flutter doctor -v):Could not resolve all artifacts for
我想用Python后端连接Flutter。一些教程,如ML models using flask或online tutorials,建议使用FLASK的REST-API来连接Flutter和Python。通常,使用FLASK创建一个localhost,flutter应用程序通过http包获取信息。我需要创建一个flutter-python连接,这是非常安全和本地的,这意味着,当应用程序发布时,Python函数可能不会在服务器上工作,而是在电话上工作。是否可以在手机上实现
我能够运行在我的手机上的应用程序在调试模式。If you are deploying the app to the Play Store, it's recommended to use app bundles or split the APKTo generate an app bundle, run:
flutter build appbundle --target-platform android-arm,android-arm64Process finished with