OpenFlutter / flutter_screenutil

Flutter screen adaptation, font adaptation, get screen information
https://pub.dartlang.org/packages/flutter_screenutil
Apache License 2.0
3.87k stars 493 forks source link

Fixed display size not working for tablet and mobile screens #431

Closed awaisjamil-vd closed 1 year ago

awaisjamil-vd commented 1 year ago

return ScreenUtilInit( designSize: const Size(768, 1024), minTextAdapt: true, splitScreenMode: true, builder: (ctx, child) {});

awaisjamil-vd commented 1 year ago

I want app to work on both mobile and tablet screens please guide

lizhuoyuan commented 1 year ago

try splitScreenMode = false And confirm your design draft size

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.

panchalAlpit commented 1 year ago

I want app to work on both mobile and tablet screens please guide

How can you fix this issue?