PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
Dialog desn't go over BottomNavBar
Hello I'm building app with loading animation but I don't want app to be used during loading. When I show dialog with loading animation in one page it's show like on photo
How can I show dialog on full screen?
I am having the same issue. I Navigate to a modal sheet but it does not go over the bottom nav
It is not the case with me. When I display a dialog box, it shadows the navbar. While I do remember this exact problem happening with me a couple of months back, but perhaps they have now fixed it. I am using GetX by the way, and I showed a dialog box using Get.dialog([insert your widgeet here]).
@asifimtiazahmed did you find a solution