fluttercommunity / font_awesome_flutter

The Font Awesome Icon pack available as Flutter Icons
Other
844 stars 244 forks source link

Icon size is different #169

Closed AR553 closed 3 years ago

AR553 commented 3 years ago

Icon size is different than the Material Icon size, had to provide different sizes for material icons and FontAwesomeIcons.

michaelspiss commented 3 years ago

Hi, font awesome icons have different sizes than material icons, which are always square. The problem is that sometimes the sizes between icons differ. That's why we cannot just scale them up or down so it works for everyone (we tried). The easiest way to fix this in your app is to wrap FaIcon in another widget which scales them to a point that works for your app. Then just use this new widget.