-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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,
Metadata
Metadata
Assignees
Labels
No labels