tArHe OweH
tArHe OweH
use the workaround suggested by @giagara
@zanysoft It is V2 that has the issue
@nehal076 You need to define the route like so: ``` PersistentBottomNavBarItem( icon: const Icon(Icons.settings), title: "Settings", activeColorPrimary: Colours.darkyBlue, inactiveColorPrimary: Colors.grey, routeAndNavigatorSettings: RouteAndNavigatorSettings( initialRoute: "/", routes: { "/auth": (final context) =>...
> @Tarhex > > i did this solution , but bottom nav bar stayed in the screen and i don't want that > > how i can resolve this ?...
Any way forward on this?