You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official BottomAppBar can only display a notch FAB with app bar, sometimes we need a convex FAB. This ConvexAppBar is inspired by BottomAppBar and NotchShape's implementation.
**convex_bottom_bar is now a [Flutter Favorite](https://flutter.dev/docs/development/packages-and-plugins/favorites) package!**
16
-
17
-
The official BottomAppBar can only display a notch FAB with app bar, sometimes we need a convex FAB. This ConvexAppBar is inspired by BottomAppBar and NotchShape's implementation.
18
-
19
-
Online example can be found at [https://appbar.codemagic.app](https://appbar.codemagic.app).
20
-
21
26
Here are some supported style:
22
27
23
28
|**fixed**|**react**|**badge chip**|
@@ -221,6 +226,7 @@ Full custom example can be found at [example](example).
221
226
## FAQ
222
227
Please file feature requests and bugs at the [issue tracker](https://github.com/hacktons/convex_bottom_bar/issues).
223
228
229
+
*[Crash on flutter dev/beta channel](doc/issue-crash-on-flutter-dev-channel.md)
224
230
*[Change active tab index programmatically](doc/issue-change-active-tab-index.md)
225
231
*[Using an image instead of an icon for actionItem](doc/issue-image-for-actionitem.md)
226
232
*[Is there anyway to remove elevation in the bottom bar?](doc/issue-remove-elevation.md)
0 commit comments