I am building an app and am coming across a decent amount of sizing errors with my layout. Some pixel overflows, and rendering performSize() errors etc... I was wondering if I do not have an appbar should I still be using scaffold as my main body? I mean I do have a floating action button but I am sure I can find a solution for that.I just need some guidance on the layout in order to get it to fit for multiple devices and not just one device.
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/f102ff3e-aaa1-49e5-baf4-6270bcc0ef51n%40googlegroups.com.
I am trying to use media query and I am able to get the sizing all correct on one simulator, then I will try it on a different simulator and the sizes will be off. What I am looking for is a way to make everything fit/work on all devices used. So I was wondering if people don't use scaffold and instead use something else as their main body? Or is there another way to get everything to fit properly?
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/b138fe21-44a5-43a1-b08f-d9afab55aea5n%40googlegroups.com.