LanarsInc / animated-bottom-navigation-bar-flutter

AnimatedBottomNavigationBar is a customizable widget inspired by
https://dribbble.com/shots/7134849-Simple-Tab-Bar-Animation
Other
366 stars 106 forks source link

Render Issues #57

Closed raiesraj closed 1 year ago

raiesraj commented 1 year ago

Why am not able to use right corner radius it is show a Error "RightCorner Radius ALong With GapLocation and FAb.endDocked render issues ... " isu

vizhan-lanars commented 1 year ago

Hi Show me the code

raiesraj commented 1 year ago

check the code oooaa

vizhan-lanars commented 1 year ago

It would be nice of you to provide executable code, not an image

vizhan-lanars commented 1 year ago

The default gapLocation is GapLocation.end. U aren't able to use GapLocation.end and rightCornerRadius at the same time because of notch drawing logic. Set it to GapLocation.none or GapLocation.center.

raiesraj commented 1 year ago

Thank you For your response and time @vizhan-lanars