Skip to content

Cannot see frosted screen #62

@rohinton-collins

Description

@rohinton-collins

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(),
        ),
      ),
    );
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions