-
Notifications
You must be signed in to change notification settings - Fork 157
Closed
Description
I have tried the framework and works fine in portrait mode but when I make it landscape mode problem occurs, In my 5.9" phone screen when I try to show a dialog it shows bottom overflowed by.... pixels.
what can be probable solution to it?
Texts also seems appears smaller than expected.
Im using this sizing.
builder: (context,widget) => ResponsiveWrapper.builder(
BouncingScrollWrapper.builder(context, widget),
maxWidth: 1200,
minWidth: 480,
defaultScale: true,
breakpoints: [
ResponsiveBreakpoint.resize(480, name: MOBILE),
ResponsiveBreakpoint.autoScale(800, name: TABLET),
ResponsiveBreakpoint.resize(1000, name: DESKTOP),
],
background: Container(color: Color(0xFFF5F5F5)),
),
Thanks in advance :)
Metadata
Metadata
Assignees
Labels
No labels