flutter_screenutil icon indicating copy to clipboard operation
flutter_screenutil copied to clipboard

How to display well on different devices with different ratio?

Open dongnqdev opened this issue 11 months ago • 0 comments

Hi guys,

  • Currently my app set up with design Size from Sigma

  • But when I run it on iPad and web the ui start to break apart. So I assume that is because the package scale up by the ratio of the device.

  • I have tried to set Mobile Design size to web version by wrapping the MaterialApp with fixed size SizedBox but it didn't work too. (I'm not trying to have different design for web, I just want to display Mobile Ui on web with fixed size from Sigma)

  • So does anyone know how to work around on this ? Thanks a lot

dongnqdev avatar Mar 06 '24 04:03 dongnqdev