You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In older version 0.2.0 i used to call this value with ResponsiveWrapper.of(context).scaledWidth needed by the onboarding_overlay package to be responsive (since version 3.1.0 of the package.
But in the 1.0.0 update i don't see this value anymore, only screenWidth and screenHeight are available now so my app tutorial is broken...
Is there a newer solution to get these values ? Am i missing something ?
I'd like to get them as before like this now : ResponsiveBreakpoints.of(context).scaledWidth
Thanks.
JankoLancer, mdmm13, ch-muhammad-adil and JHuriere