fluttercommunity / font_awesome_flutter

The Font Awesome Icon pack available as Flutter Icons
Other
834 stars 236 forks source link

Icons not showing properly #194

Closed MarsadMaqsood closed 2 years ago

MarsadMaqsood commented 2 years ago

Icons not showing/rendering ... properly pub version

font_awesome_flutter: ^9.2.0

Flutter 2.8.1

       Row(
         children: [
           FaIcon(FontAwesomeIcons.facebook),
           FaIcon(FontAwesomeIcons.google),
           FaIcon(FontAwesomeIcons.whatsapp),
         ],
       ),
michaelspiss commented 2 years ago

Looks like flutter has not updated its assets yet. Try running flutter clean in your project and then rebuild