BilalShahid13 / PersistentBottomNavBar

A highly customizable persistent bottom navigation bar for Flutter
BSD 3-Clause "New" or "Revised" License
527 stars 395 forks source link

Dialog desn't go over BottomNavBar #190

Open c0c4i opened 3 years ago

c0c4i commented 3 years ago

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

Simulator Screen Shot - iPhone 12 Pro - 2021-05-17 at 13 37 58

How can I show dialog on full screen?

asifimtiazahmed commented 3 years ago

I am having the same issue. I Navigate to a modal sheet but it does not go over the bottom nav

Marflage commented 3 years ago

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]).

mucahitbircan commented 1 year ago

@asifimtiazahmed did you find a solution

hortigado commented 1 month ago

Hi i need a solution for it. Thanks