You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,7 +69,7 @@ AutoScale shrinks and expands your layout *proportionally*, preserving the exact
65
69
This eliminates the need to manually adapt layouts to mobile, tablet, and desktop.
66
70
67
71
```dart
68
-
ResponsiveBreakpoint.autoScale(breakpoint: 600);
72
+
ResponsiveBreakpoint.autoScale(600);
69
73
```
70
74
71
75
Flutter's default behavior is resize which Responsive Framework respects. AutoScale is off by default and can be enabled at breakpoints by setting `autoScale` to `true`.
@@ -80,9 +84,9 @@ Breakpoints control responsive behavior at different screen sizes.
0 commit comments