You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Golden tests are failing after upgrading Flutter SDK to v3.19.4 because fonts are allocating slightly more space.
As you can see in the diff image below, since the new fonts are taking more vertical space (height seems to be changed), everything misaligned vertically. Since this is a list of texts, the misalignment is staggered (cumulative), adding the one above and so on.
How to resolve this issue?
The text was updated successfully, but these errors were encountered:
yasinarik-talabat
changed the title
Golden tests are failing after upgrading Flutter SDK to v3.19.4 because fonts are allocating slightly more space
[golden_toolkit] Golden tests are failing after upgrading Flutter SDK to v3.19.4 because fonts are allocating slightly more space
Apr 1, 2024
If it was just due to Flutter increasing the fidelity I would expect to see similar things in my actual applications, but it's only occurring in the golden_toolkit.
Description of the Problem:
v3.19.4
because fonts are allocating slightly more space.How to resolve this issue?
The text was updated successfully, but these errors were encountered: