Skip to content

Sometimes the screenInfo cannot be found on the widget tree #3

@TOZXII

Description

@TOZXII

Even if the user warp his app with ScreenHelperWidget
When he use final screenInfo = ScreenInfo.maybeOf(context);

He should wait for it to be available or it will throw not found in the widget tree

if (screenInfo == null) {
return const CircularProgressIndicator();
}

We need to fix this to work

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions