I recently decided to move my QML/Qt app into using Flutter. My app uses the Segoe UI font, and while it displays as I'd like in the Qt app in the Flutter app it is much thinner. I don't have any font weight settings or anything like that.
In Flutter, the text renders as
while in Qt it renders as
. As one can see the Qt text is noticeably thicker and darker, as how it should be.
I have tried increasing the font weight to 500 in Flutter but it becomes more thicker than it should be, as if it were bold.
How can I make Segoe UI text in Flutter render with the same thickness and weight as it does in Qt?