Search code examples
flutterdartappbar

How to make Flutter BottomAppBar with CircularNotch in center?


In Flutter, I wanted to create a circular notch in the bottom navigation bar but my icons are in SVG and available plugins only take the icon data. something like these.

enter image description here


Solution

  • Check out this package at Pub.dev

    https://pub.dev/packages/persistent_bottom_nav_bar

    Take a look at styles 15 & 16.