Text in Ahem font is not scaled properly (results is failed widget tests)
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.
This issue is stale because it has been open for 30 days with no activity.
You should use FittedBox, Flexible, Expanded or other widgets recommanded by flutter team.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.