Flutter FontAwesome Icons not contain all icons

Viewed 40
2 Answers

That's because the other versions of 'house' are only included in the 'Pro version' of FontAwesome. And these are obviously not included in the public flutter package of FontAwesome.

If you have a license for 'Pro Version' then have a look here.

you have buy pro version or you can download svg image and use it

Related