Open vanlooverenkoen opened 5 years ago
Hi, thanks for reporting. I guess it's worth to upgrade your current Flutter installation because your version is a bit behind. Possibly a switch to dev or master might help, I found some commit messages in the newer version.
I am on the latest stable release. I will not be using a master, dev version to build production apps.
Probably not to build production apps, but you could try using master branch and see if it's already solved there.
@vanlooverenkoen I can completely understand this. It was just a proposal to see if this issue is already fixed. Btw you are not on the latest stable, latest stable is `+hotfix.4.
I'm really sorry I can't tell you more at the moment. The Flutter team will have a look at it as soon as possible.
I will test is right now. strange flutter does not indicates for a new version. Normaly it does
Latest version gives the same result
Flutter tests use the Ahem
test font. With this font every character is rendered as a rectangle in order to produce consistent results on all platforms.
@jason-simmons so this is expected behavior here? Because you can't see separate rectangles in the screen shot above.
Try changing the color of the text and verifying that the rectangles are rendered with that color.
Yes that is the case
OK so it seems to me that everything is working as supposed. Isn't it?
But as @jason-simmons explained for the test it does work with real fonts.
Not sure if this is documented somewhere, but it definitely should be.
Yeah I agree so I reopen it and add a documentation label
The ability to change font should be documented as well
The ability to change font should be documented as well
Have you found a workaround? I am using a custom font for my IconData
and tests aren't unable to load them so it is simply rendering squares
I am having problems with snapshot testing. My text is not rendered. When I run the app itself everything works perfectly.