We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9dcd57 commit b0c10f1Copy full SHA for b0c10f1
lib/src/controllers/navigators/navigator_controller.dart
@@ -234,11 +234,13 @@ class MicroAppNavigatorController extends RouteObserver<PageRoute<dynamic>> {
234
} else {
235
if (isIOS) {
236
return CupertinoPageRoute(
237
+ settings: RouteSettings(arguments: routeArguments, name: routeName),
238
builder: (context) => pageBuilder.widgetBuilder!(context,
239
RouteSettings(arguments: routeArguments, name: routeName)),
240
);
241
242
return MaterialPageRoute(
243
244
245
246
0 commit comments