Show bottomSheet beneath bottomNavigationBar
add : useRootNavigator: true,
showModalBottomSheet(
context: context,
useRootNavigator: true,
builder: (context) {},
);
Noticed your question. Had same problem and found better solution. Use showModalBottomSheet()
. It will overlay bottom navigation.