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
Im using this in a tablet, when I start it in landscape it is saying that the device screen type is mobile but on portrait it is been recognized as phone.
Versions:
Tablet: Lenovo Tab M9 with android 13
Flutter: 3.27.3
Responsive builder: 0.7.1
How it matches the size:
Portrait:
Landscape:
I'm using it like this:
final screenType =getDeviceType(MediaQuery.of(context).size);
if (screenType ==DeviceScreenType.mobile) {
Why is it happening?
The text was updated successfully, but these errors were encountered:
Hi
Im using this in a tablet, when I start it in landscape it is saying that the device screen type is mobile but on portrait it is been recognized as phone.
Versions:
How it matches the size:
Portrait:
Landscape:
I'm using it like this:
Why is it happening?
The text was updated successfully, but these errors were encountered: