Implementing a Convex Bottom Navigation Bar in Flutter

Maneesha Erandi
4 min readJan 24, 2023

convex_bottom_bar flutter package makes creating a convex bottom navigation bar really easy. This package also earned it’s place among Flutter Favorites.

Since Flutter — default bottom navigation widget does not offer this type of style, this package is a good option where we need to implement a convex bar.

--

--