CircleAvatar(child: Icon(FontAwesome.users_solid))

NavigationDestination(icon: Icon(FontAwesome.people_group_solid), label: "people.title".tr())

NavigationDestination(icon: Icon(FontAwesome.comments_dollar_solid), label: "chats.title".tr())

Noted package font_awesome_flutter, use FaIcon(...icon) widget instead of the default Icon(...icon) widget, so there's must be something odd with FontAwesome font.
I think your package should fix this as well.
Thanks,
Noted package font_awesome_flutter, use
FaIcon(...icon)widget instead of the defaultIcon(...icon)widget, so there's must be something odd withFontAwesome font.I think your package should fix this as well.
Thanks,