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
[Describe the bug
FaIcon widgets are bigger than expected. This widget: FaIcon(FontAwesomeIcons.one, size: 200), for example, renders at about 100x209 pixels.
To reproduce
In the following example you can clearly see that the height of the container is greater than 200 pixels. Using the Flutter devtools, you can see that the size of the FaIcon widget is 100x209 pixels.
I do not currently have the necessary tools installed to run this example in debug mode on any platform other than Linux, although I can confirm that this problem is also present when building for the web, with the same observation as on my NixOS desktop with the example above.
[Describe the bug
FaIcon widgets are bigger than expected. This widget:
FaIcon(FontAwesomeIcons.one, size: 200)
, for example, renders at about 100x209 pixels.To reproduce
In the following example you can clearly see that the height of the container is greater than 200 pixels. Using the Flutter devtools, you can see that the size of the FaIcon widget is 100x209 pixels.
Expected behavior
I would expect the height of the icon in the example to be 200 pixels
Screenshots
Desktop
Taken from
flutter doctor
:I do not currently have the necessary tools installed to run this example in debug mode on any platform other than Linux, although I can confirm that this problem is also present when building for the web, with the same observation as on my NixOS desktop with the example above.
Additional notes
#144 fixes this issue.](#144)
The text was updated successfully, but these errors were encountered: