简体   繁体   English

如何使我的文本对任何屏幕都有响应 flutter dart

[英]How can I make my text responsive for any screen flutter dart

How can I make my Text responsive for any screen in flutter.如何使我的Text响应 flutter 中的任何屏幕。 I have 3 Text and Textfields and I want to make it responsive to any screen size.我有 3 个Text和文本Textfields ,我想让它响应任何屏幕尺寸。 By the way I have tried to use Flexible and I put them inside a Container that I put it inside a Row .顺便说一句,我尝试使用Flexible并将它们放入Container中,然后将其放入Row中。
But when I try it on my mobile phone it look super nice and on another phone it look so bad and big.但是当我在我的手机上试用它时,它看起来非常好,而在另一部手机上它看起来又糟糕又大。

have you checked auto_size_text on pub.dev?你检查过 pub.dev 上的 auto_size_text 吗? i have used it twice, and works perfectly here is the link auto_size_text我已经使用了两次,在这里完美运行是链接auto_size_text

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM