curved_navigation_bar icon indicating copy to clipboard operation
curved_navigation_bar copied to clipboard

Animated Curved Navigation Bar in Flutter

Results 39 curved_navigation_bar issues
Sort by recently updated
recently updated
newest added

Current implementation elongates the curve underneath the select icon when in landscape mode or on larger devices (e.g. iPad). Is it possible to define the radius of the curves on...

I have two issues with this library, in priority order are: 1 even if _buildNavigation method is called I can see "i am re-rendering" being printed but the items don't...

can we have this feature please ```flutter BottomAppBar( shape: const CircularNotchedRectangle(), ``` so that we can have this ![Screenshot (1)](https://user-images.githubusercontent.com/61606062/208442420-6ab22d26-3fe3-48e3-b7d4-e3a9de6a7c71.png) ![Screenshot (2)](https://user-images.githubusercontent.com/61606062/208442526-40873ea7-8ea1-4fcb-988b-605e4892ed35.png) The second screenshot is what i want to...

Limit the maximum size of the menu. with a new attribute maxWidth if the screen is less than the **maxWidth** value, the menu takes the screen's Width value ![image](https://user-images.githubusercontent.com/10952239/201559729-a8a1e7f9-ca3e-4ce2-ad56-76f6158a6d19.png) Removing...

Was working with that great Navigation Bar, but got surprised when I have found no Documentation Comments for its properties, Doc comments make package usage more easier, so here they...

Adding gradient property to the CurvedNavigationBar. When gradient is provided, it will override the existing color and buttonBackgroundColor properties. ![Screenshot (1927)](https://github.com/user-attachments/assets/3aef351b-e90f-4bca-aea1-24d21c3cac14)

Hi recently i used your package, but it doesnt have the prop to accept border customization around the NavCustomPainter. in next updation add this feature. class NavCustomPainter extends CustomPainter {...