简体   繁体   中英

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

How can I make my Text responsive for any screen in flutter. I have 3 Text and Textfields and I want to make it responsive to any screen size. By the way I have tried to use Flexible and I put them inside a Container that I put it inside a 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? i have used it twice, and works perfectly here is the link auto_size_text

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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