我尝试了这些包Sizer/screenUtil使响应,但它不做我想要的一样。请帮我摆脱这个困境。
您好,您是否尝试使用MediaQuery类?
https://api.flutter.dev/flutter/widgets/MediaQuery-class.html
希望它能帮到你。
您可以将mainAxisAlignment:
添加到您正在使用的Row()
或Column()
上的mainAxisAlignment: MainAxisAlignment.spaceEvenly,
或mainAxisAlignment: MainAxisAlignment.spaceBetween,
属性。它至少应该在像ScreenUtil()
或Sizer()
这样的flutter包不起作用时可用,而且Note: This plugin is still under development, and some APIs might not be available yet.
这个消息是写在flutter.pub.get上的。网站,所以最好使用其他的,当它不能正常工作。