Closed thubamamba closed 1 month ago
Hi, yes there is a misconception about what the PersistentTabView
does. In essence, the PersistentTabView
is like a Scaffold that holds your pages and the bottom navigation bar. So you need to remove the BottomNavBar
from the Scaffold in your HomePage
, ProfileViewPage
and so on.
Hey @jb3rndt, thanks I was able to figure out what the issue was.
I am new to this package and I have been trying to set up a bottom_navigation component which can be used on selected pages within my app.
Below is my
bottom_navigation.dart
:This for instance is my homepage:
However, I get an issue with the navbar being populated and repeated across the entire page.
I'd appreciate the help in the right direction. Thank you.