Closed nicholasrq closed 4 years ago
Did you set your pageRoute to PageRoutes.cupertinoPageRoute ??
@ayham95 sure I did. unfortunately that doesn't fix anything
@ayham95 it seems like sometimes nested widgets doesn't have access to a proper context and that causes the problem. i've also faced the issue when bottom navigation was rendered on top of the fullscreen modal. i've managed to fix that by passing the context of a widget that is holding a CustomNavigator
down to a widget that triggers the navigation (calls Navigator.of(context)
)
I'll close this for now.. But welcome to be opened anytime.
when using
CustomNavigator
, the behavior ofCupertinoSliverNavigationBar
breaks and those large titles are not animated on transition anymore