-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
调试包正常,正式包高度无法计算 #153
Comments
3.0.2 flutter 1.20.4 |
正式包返回的值都是0.0 |
晚上我用装有1.20的电脑调试一下 |
运行一下我刚上传的apk? 我刚拿一个mate30尝试了一下,硬该不存在手机性能太好导致拿不到数据的问题 |
好的 我试试
…------------------ 原始邮件 ------------------
发件人: "LiZhuoyuan"<notifications@github.com>;
发送时间: 2020年9月23日(星期三) 晚上10:07
收件人: "OpenFlutter/flutter_screenutil"<flutter_screenutil@noreply.github.com>;
抄送: "分寸"<1051918608@qq.com>; "Author"<author@noreply.github.com>;
主题: Re: [OpenFlutter/flutter_screenutil] 调试包正常,正式包高度无法计算 (#153)
运行一下我刚上传的apk? 我刚拿一个mate30尝试了一下,硬该不存在手机性能太好导致拿不到数据的问题
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
全是0.0
…------------------ 原始邮件 ------------------
发件人: "LiZhuoyuan"<notifications@github.com>;
发送时间: 2020年9月23日(星期三) 晚上10:07
收件人: "OpenFlutter/flutter_screenutil"<flutter_screenutil@noreply.github.com>;
抄送: "分寸"<1051918608@qq.com>; "Author"<author@noreply.github.com>;
主题: Re: [OpenFlutter/flutter_screenutil] 调试包正常,正式包高度无法计算 (#153)
运行一下我刚上传的apk? 我刚拿一个mate30尝试了一下,硬该不存在手机性能太好导致拿不到数据的问题
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
测试了,全是0 硬件再不好运行这个肯定没问题啊,毕竟也是2000的手机 才买了一年 运行个小demo应该没啥问题吧,是不是方法不兼容 |
之前有过机器性能太好加载过快拿不到屏幕数据的问题,但是flutter新版其实解决了. 你这问题 ... 你试试v2版本呢? |
v2版本因为有context 所以没啥问题 |
调试模式是好的 这就很诡异,哎呦好烦 |
看一下flutter doctor -v 的输出 |
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.0) • No issues found! |
顺便说一下 手机的安卓版本是10 |
刚刚的mate 30 就是安卓10的... |
我也遇到了。今天打包了有些机型显示不行 |
现在看还是不依赖context很难保证能获取到屏幕数据, |
emmm,我也遇到了这个问题。debug好用,release算不出来。 |
用v2吧, 看来v3还是不成熟 |
几天前装的 beta 版本,一直在debug,没打release包,今天打了release 包全乱了,都不知道发生了啥,一个 commit 一个 commit 的排查,才排到这个插件的问题。 建议把 V3 撤回吧,或者提醒一下,这个太难排了。 |
调试包正常,正式包由于高度无法计算页面空白
The text was updated successfully, but these errors were encountered: