gpt4 book ai didi

Flutter 应用程序在发布构建中比调试慢得多

转载 作者:行者123 更新时间:2023-12-05 06:21:38 27 4
gpt4 key购买 nike

我在 flutter 中构建了一个应用程序,它从服务器加载数据并获取它基于用户请求。我最近注意到一个问题。我的应用程序是在发布版本中加载数据时比在调试版本中加载数据要慢得多。该应用程序在加载数据时几乎卡住了在 Release模式下但在 Debug模式下,它会在不到两秒的时间内加载数据。有人对我如何解决这个问题有任何建议吗?

我正在使用 12g ram win10 的 Asus 笔记本电脑上运行调试版本,并在 samsung m20 和 huawi redmi 上发布。该应用程序在加载时卡在两个物理设备上。我不知道是什么导致我的应用程序出现此问题。我测试了类似的应用程序,它们在这些设备上的发布和调试版本中都具有可接受的加载速度。

最佳答案

遇到这种情况,我建议try to target the APK of your device Flutter 应用程序正在其中运行。 flutter build apk 将默认构建 32 位 APK。

例子:

If you want a 64-bit APK then you'll need to specify that as thetarget.

Try using flutter build apk --target-platform=android-arm64

flutter run will build an APK targeting the attached device. So ifthe device is 64-bit, then flutter run will build a 64-bit APK.

关于Flutter 应用程序在发布构建中比调试慢得多,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59685814/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com