flutter_device_preview
flutter_device_preview copied to clipboard
Dialog widget is out of phone boundaries
You can fix this by calling showDialog(useRootNavigation:false ....) but that might not be what you want in production.
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.
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.