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

Safearea pixels #467

Closed ertugrulcakici closed 1 year ago

ertugrulcakici commented 1 year ago

On ios devices, we are not able to do fullscreen apps. Sometimes, I may need to use a safe area widget but library calculation does not care about safe area pixels. My expectation is when I wrap the page with the safe area, it should consider the rest of the page as full device pixel and it should resize everything depending on that.

github-actions[bot] commented 1 year ago

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

dudodv commented 1 year ago

Any update?

github-actions[bot] commented 1 year ago

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

ertugrulcakici commented 1 year ago

Any update?

I wrote my own extension which i get safearea pixels and calculate itself