OpenFlutter / flutter_screenutil

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

".w" swapped with ".h" on landscape screen #523

Closed fuadreza closed 8 months ago

fuadreza commented 10 months ago

version: flutter_screenutil: 5.8.4 device: ipad simulator I have encountered this issue while I develop my app on ipad simulator. My App lock the screen to landscape.

Steps to reproduce:

  1. Create Dialog
  2. Use padding with .w
  3. Create text field
  4. Run app and open dialog
  5. Tap on text field so the keyboard pop
  6. Padding resized
github-actions[bot] commented 9 months ago

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

github-actions[bot] commented 8 months ago

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

fuadreza commented 8 months ago

no follow up on this?