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.25k stars 150 forks source link

When breakpointsLandscape is defined, it will always ignore breakpoints. #158

Closed rienkvr closed 7 months ago

rienkvr commented 11 months ago

When you define breakpointsLandscape, breakpoints is never used.

I checked the code and saw this:

bool get isLandscape => true

This is the boolean that is checked to define which breakpoint to use, but it is always true.

rayliverified commented 7 months ago

Thanks for raising this issue. It's been fixed in the latest release.

I forgot to close this issue.