rafalbednarczuk / curved_navigation_bar

Animated Curved Navigation Bar in Flutter
BSD 2-Clause "Simplified" License
683 stars 240 forks source link

Can i change the width of this navigation bar? #73

Closed OmiWakode closed 3 months ago

OmiWakode commented 4 years ago

I want to use this nav bar somewhere else, not at the bottom, is there any way i could do this?

rafalbednarczuk commented 4 years ago

How do you want to use it?

OmiWakode commented 4 years ago

I wanted to use it in my web page, as a top navigation bar, not the same width as the screen

rafalbednarczuk commented 4 years ago

Wrap it with Container and set Container's width

OmiWakode commented 4 years ago

I have already tried it!!! It does change the width but the icon and it's animation does not change The icons behave according to the width of my screen If you wish i can attach the ss

rafalbednarczuk commented 4 years ago

Okay, I see. I'm open for pull requests in this case.

andre-ab commented 1 year ago

Look: https://github.com/rafalbednarczuk/curved_navigation_bar/pull/133