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
The problem is that using MediaQuery.of(context).size doesn't give the right value with useSafeArea: true:
I'm on an iPad Pro 11 inch 4th gen (without home button), the value given by "MediaQuery.of(context).size.height" inside "showDialog" is 834.0, if i use useSafeArea: false the "MediaQuery.of(context).size.height" is 1117.5879.
Can you fix this problem plz ?
The text was updated successfully, but these errors were encountered:
Hello,
Very great job, this fix the draggable pointer problem, but i have a bug inside showDialog.
For this to work inside showDialog, ResponsiveScaledBox must be implemented like this:
The problem is that using MediaQuery.of(context).size doesn't give the right value with useSafeArea: true:
I'm on an iPad Pro 11 inch 4th gen (without home button), the value given by "MediaQuery.of(context).size.height" inside "showDialog" is 834.0, if i use useSafeArea: false the "MediaQuery.of(context).size.height" is 1117.5879.
Can you fix this problem plz ?
The text was updated successfully, but these errors were encountered: