-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Should this work on iOS? I am not seeing a frosted screen:
Widget build(BuildContext context) {
final routeObserver = ref.read(routeObserverProvider);
return MaterialApp(
navigatorKey: rootNavigatorKey,
navigatorObservers: [routeObserver],
home: const SecureApplication(
child: SecureGate(
child: InitialRoute(),
),
),
);
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels