-
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
Widget tree rebuild when keyboard show #512
Comments
@Hvt261 Not the widget tree, but the widgets you declared see README.md file. We're listening to MediaQuery changes in core, so rebuilds on screen changes depends on core MediaQuery functionnality. Some improvements are planned by the end of Sep, but it will be a minor version. |
@Mounir-Bouaiche I removed all sources which have MediaQuery but error still happen |
The libarary uses MediaQuery, not you. You can't change this behaivior, it's a core functionnality. If you have better options for listening to screen changes other than MediaQuery we can suggest that, you're welcome to open a pull request. |
Hello, my app crashes every time i open the keyboard, I removed ScreenUtilInit and it solved the problem. I think the way I used ScreenUtilInit is wrong please help. `class MyApp extends StatelessWidget { @OverRide |
Yeah this also happen to me. My text got bigger when on screen keyboard pops up |
There is also a problem with mine. When using 5.9.0, the keyboard will pop up and push the entire page up |
This issue is stale because it has been open for 30 days with no activity. |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
I am having same issues on forms when keybaord opens all text gone |
try solution from this comment |
This issue is stale because it has been open for 30 days with no activity. |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
I'm getting same issue |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Will this be Fixed? Or shall use something else
…On Fri, Dec 1, 2023, 10:03 PM WeicongLee ***@***.***> wrote:
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
—
Reply to this email directly, view it on GitHub
<#512 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIRXJSBFAFXF6O5YPMVS4FDYHIEXDAVCNFSM6AAAAAA34TGQMKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZWGQ3DSNBWGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thanks it work for me |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
This issue is stale because it has been open for 30 days with no activity. |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
This issue is stale because it has been open for 30 days with no activity. |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Reply
…On Sun, Feb 25, 2024, 6:47 AM WeicongLee ***@***.***> wrote:
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
—
Reply to this email directly, view it on GitHub
<#512 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIRXJSCPCINRAUU4LBA7ZYTYVKJ3ZAVCNFSM6AAAAAA34TGQMKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSG44DGNRSHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
This issue is stale because it has been open for 30 days with no activity. |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
This issue is stale because it has been open for 30 days with no activity. |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
I used screenUtil from old version to current version (5.9.0)
When keyboard show, widget tree was rebuild.
When I remove SreenUtil lib, it worked normally.
Flutter 3.10.5 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 796c8ef792 (2 months ago) • 2023-06-13 15:51:02 -0700
Engine • revision 45f6e00911
Tools • Dart 3.0.5 • DevTools 2.23.1
The text was updated successfully, but these errors were encountered: