Codelessly / ResponsiveFramework

Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
https://codelessly.com
MIT License
1.28k stars 150 forks source link

Overflow error on rotation #179

Open jgarciamccausland opened 5 months ago

jgarciamccausland commented 5 months ago

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.

https://github.com/Codelessly/ResponsiveFramework/assets/91960896/4e118a61-70aa-4235-8bd0-53315c370e84

Screenshot 2024-06-05 at 2 13 57 PM

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.

SushilGhorasaini1 commented 2 weeks ago

Any updates on this?

rayliverified commented 2 weeks ago

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 https://github.com/Codelessly/ResponsiveFramework/issues/179#issuecomment-2466090936, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEXZO3VB4JH4BGSVEFK5SRTZ7WZBVAVCNFSM6AAAAABI3JACGWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRWGA4TAOJTGY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

rayliverified commented 2 weeks ago

Please include a reproducible sample if you're still seeing the issue.