OpenFlutter / flutter_screenutil

Flutter screen adaptation, font adaptation, get screen information

Home Page:https://pub.dartlang.org/packages/flutter_screenutil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: global enabled property

jan-siroky opened this issue · comments

Hi,

Thank you for your hard work.

I have a project where I would like to reuse mobile UI but without ScreenUtil functionality, would you be willing to add bool property to ScreenUtil widget which would allow us to disable / enable ScreenUtil functionality in the app?

e.g.

ScreenUtil(enabled: MediaQuery.sizeOf(context).width < 500, ...

Thank you for consideration!