-
Notifications
You must be signed in to change notification settings - Fork 154
Overflow error on rotation #179
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
Comments
Any updates on this? |
Thanks for reporting, I'll take a look. I didn't see the original issue
…On Sat, 9 Nov 2024, 1:15 am Sushil Ghorasaini, ***@***.***> wrote:
Any updates on this?
—
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEXZO3VB4JH4BGSVEFK5SRTZ7WZBVAVCNFSM6AAAAABI3JACGWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRWGA4TAOJTGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Please include a reproducible sample if you're still seeing the issue. |
There is a linked repo that reproduces the issue. Please let me know if you would like this in a different format |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Env:
Flutter SDK: 3.19.3
OS: macOS 14.5 (23F79)
Device: Pixel Tablet API 33 emulator (virtual device)
Example: https://github.com/jgarciamccausland/responsive_layout_issue_1
Hello all. I'm seeing a very brief overflow error when I rotate the device's screen from portrait to landscape. It occurs during the rotation on some devices right before the responsive package adjusts the scaling when the device fully hits the landscape orientation.
responsive_issue.mov
I've tried various solutions in regards to manipulating widgets and how the content is rendered but nothing seems to work on that front.
Wondering if it's possible that the scaling adjusts before/during rotation or a way that the content doesn't rotate until it's scaled properly? Any other solutions or discussions are welcome. Thank you in advance.
The text was updated successfully, but these errors were encountered: