Steps to reproduce Push a route in a shell route that has a GlobalKey Pop that route Push another route inside that shell route Expected results I expected that this works exactly as final result = await Navigator.push(...) if (result !=...
Start an Android emulator or an iOS simulator and executeflutter runfrom the app's directory - or run the app from within your IDE. More Resources If you are interested to see a demo of the features the HERE SDK has to offer - or if you simply want to see all features in action, ...
Just change the Navigator (uppercase) to navigator (lowercase), and you will have all the functions of the standard navigation, without having to use context Example: // Default Flutter navigator Navigator.of(context).push( context, MaterialPageRoute( builder: (BuildContext context) { return ...