Ray Li

Results 145 comments of Ray Li

Let's investigate tomorrow 🙂 On Sat, 18 May 2024, 1:49 am Anas Ansari, ***@***.***> wrote: > Facing same issue when using Text widget inside ResponsiveRowColumnItem, I > worked it around...

Thank you for your patience. Migration guide is up! https://github.com/Codelessly/ResponsiveFramework/blob/master/migration_0.2.0_to_1.0.0.md

> I have no idea why this is treated as 1.1.0, as it breaks everything and should be a 2.0.0 instead Apologies for the huge breaking change. The prior version...

Thank you for your patience. Migration guide is up! https://github.com/Codelessly/ResponsiveFramework/blob/master/migration_0.2.0_to_1.0.0.md

Thank you for your patience. Migration guide is up! https://github.com/Codelessly/ResponsiveFramework/blob/master/migration_0.2.0_to_1.0.0.md

The AutoScale functionality has been moved to `ResponsiveScaledBox`. `ResponsiveScaledBox` will override the MediaQueryData to return the computed scaled width. You can get the scaled width with `MediaQuery.of(context).size.width`.

The MediaQueryData is updated directly whenever a ResponsiveScaledBox is used. So you can get the scaled width and height via `MediaQuery.of(context).size`. This replaces the previous ScaledWidth and ScaledHeight variables.

Ah, that's because you haven't defined a DESKTOP breakpoint value. > const Breakpoint(start: 801, end: 1920, name: DESKTOP), I can see how this is confusing. Changing to return false instead...

Yes, the package just recently received a complete rewrite.