convex_bottom_bar
convex_bottom_bar copied to clipboard
A Flutter package which implements a ConvexAppBar to show a convex tab in the bottom bar. Theming supported.
Hi, this should fix #171, which was a bug introduced with the change in pull #61 to address an earlier issue #59. #59 appears to have been fixed in the...
In my case, I need bold titles for the bottom bar tabs. I don't see any option to apply font weight.
**Describe the bug** When a color is set for the body it covers the ‘curve’ shape of the bar. **Environment details** Paste the flutter environment detail. ``` flutter 3.0.0 ```...
I test on flutter web. The iconSize and activeIconMargin don't work with the react and reactCircle style. When I use your StyleHook with the react and reactCircle style, the console...
I am using my TabController inside ConvexAppBar and I need to programmatically change the current tab. I found that when switching to more than 1 tab, changes in ConvexAppBar do...
merge
直接圆形的弧线与直线相交,就像 _⌒_ 这样
Hey! love the package it works great. I was trying to automatically move the index along with page swipes. I have a setState() that is updating a global index value....