flutter_screenutil icon indicating copy to clipboard operation
flutter_screenutil copied to clipboard

Text in Ahem font is not scaled properly (results is failed widget tests)

Open mkranus opened this issue 3 years ago • 3 comments

During widget tests Flutter by default uses Ahem font for all texts. Since this font is not scaled properly, the tests fail due to overflow errors. Overriding the font to a normal font like OpenSans fixes this issue, but it is too heavy to load custom font before every test.

mkranus avatar Jun 01 '22 14:06 mkranus

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jul 02 '22 02:07 github-actions[bot]

You should use FittedBox, Flexible, Expanded or other widgets recommanded by flutter team.

Mounir-Bouaiche avatar Jul 08 '22 12:07 Mounir-Bouaiche

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Aug 08 '22 02:08 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Aug 22 '22 02:08 github-actions[bot]