Skip to content

Icon misaligned on some FontAwesome icons #20

@KiddoV

Description

@KiddoV
CircleAvatar(child: Icon(FontAwesome.users_solid))

Image

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

Image

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

Image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions