flutter_device_preview icon indicating copy to clipboard operation
flutter_device_preview copied to clipboard

Dialog widget is out of phone boundaries

Open alisinaee opened this issue 3 years ago • 4 comments

image

alisinaee avatar Feb 20 '22 06:02 alisinaee

You can fix this by calling showDialog(useRootNavigation:false ....) but that might not be what you want in production.

LeeHigginsExeter avatar Jun 10 '22 11:06 LeeHigginsExeter

I also found that dialogs are not showing correct in preview.

I look on same device as priview device, and i get "A RenderFlex overflowed " error, but its not the case on actual device.

Wiklem avatar Jul 16 '22 21:07 Wiklem

Has someone found a solution to this issue? device_frame is used internally on the widgetbook package and we're facing the same issue there too.

yassine-bennkhay avatar Dec 05 '23 10:12 yassine-bennkhay