I have an app that I am going to upload to the appstore and playstore pretty soon but I am worried that it might look funny on different phone screens that vary in sizes (The app is for mobile phones only no tablets) what's the best way to code for different screen sizes using flutter?
Asked
Active
Viewed 1,495 times
2 Answers
4
Try using LayoutBuilder for different layout size and OrientationBuilder for different orientation.

Mangaldeep Pannu
- 3,738
- 2
- 26
- 45
-
haha, I mentioned the same article. Your answer is no different from mine. – Doc Apr 17 '19 at 06:11
-
I guess, we answered at the same time :) coincidence – Mangaldeep Pannu Apr 17 '19 at 06:16