繁体   English   中英

flutter_downloader 在发布版本中,它会崩溃(在 Android 上)

[英]flutter_downloader In the release version, it crashes (on Android)

我使用flutter_downloader(在Android上)在调试和配置文件模式下一切都是正确的并且运行良好,但是在发布版本中,点击下载按钮后,程序崩溃了!

临时解决方案可能是:

@pragma('vm:entry-point')必须放在回调函数之上,以避免 Android 发布模式下的树抖动。

github

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM