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