benyaminbeyzaie / circular_bottom_navigation

Circular bottom navigation is a bottom navigation library for flutter with circular indicator and cool animations.
BSD 3-Clause "New" or "Revised" License
654 stars 97 forks source link

FontAwesome Icons issue #3

Closed ahmedkassem closed 5 years ago

ahmedkassem commented 5 years ago

Thanks for the great package , I got a small problem when using FontAwesome icons are not centered within the circle, i tried changing the iconSize , but still not centered

Screenshot_2019-04-12-18-17-08-120_com example schoolapp

imaNNeo commented 5 years ago

Hi, Okay let's fix it, may I ask you share your code? and which font awesome you are used?

ahmedkassem commented 5 years ago

font_awesome_flutter: ^8.4.0 I used the code in the example folder: List tabItems = List.of([ new TabItem(FontAwesomeIcons.newspaper, "News", Colors.orange), new TabItem(FontAwesomeIcons.calendarAlt, "Calendar", Colors.red), new TabItem(FontAwesomeIcons.home, "Home", Colors.blue), new TabItem(FontAwesomeIcons.bars, "Other", Colors.cyan), ]);

imaNNeo commented 5 years ago

Okay dude, I am busy a little, But I will check it ASAP.

ahmedkassem commented 5 years ago

ok thanks a lot

imaNNeo commented 5 years ago

Hi, I checked it but I think it's font awesome issue, not this library, Check these images:

I set a background color for drawed images, The first one is the Material Icons, The second one is the FontAwesome icons, the fonts drawn outside the background with the bottomRight gravity, I think you should open an issue on the FontAwesome library.