使用 flutter 开发不同的屏幕尺寸?

Developing for different screen sizes using flutter?

我有一个应用程序,我很快就会上传到应用程序商店和游戏商店,但我担心它在尺寸不同的 phone 不同屏幕上看起来可能很有趣(该应用程序适用于移动设备 phones 只有没有平板电脑)使用 flutter 为不同屏幕尺寸编码的最佳方法是什么?

您使用 MediaQuery 确定尺寸。

OrientationBuilder 用于设备的方向。

Here 是一篇您可能想要阅读的好文章。

尝试使用 LayoutBuilder for different layout size and OrientationBuilder 不同的方向。

检查这个:https://medium.com/flutter-community/developing-for-multiple-screen-sizes-and-orientations-in-flutter-fragments-in-flutter-a4c51b849434