-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Description
Hello, with version 0.2.0 I had this in my main.dart
builder: (context, child) => ResponsiveWrapper.builder(
BouncingScrollWrapper.builder(context, child!),
maxWidth: 1200,
minWidth: 300,
defaultScale: true,
breakpoints: [
const ResponsiveBreakpoint.resize(300, name: MOBILE),
const ResponsiveBreakpoint.autoScaleDown(450, name: PHONE),
const ResponsiveBreakpoint.resize(800, name: TABLET),
const ResponsiveBreakpoint.autoScaleDown(1700, name: DESKTOP),
],
),
Could you please write here the code to get the exact same behavior with the new 1.0.0 version?
Thank you
lpdevit, dreamchrome, dkliss, Velliane, marcuscorreasmash and 2 more
Metadata
Metadata
Assignees
Labels
No labels