X-SLAYER / flutter_overlay_window

Flutter plugin for displaying flutter app over other apps on the screen
https://pub.dev/packages/flutter_overlay_window
MIT License
94 stars 98 forks source link

Height doesn't account for status bar #93

Open remeoj opened 4 months ago

remeoj commented 4 months ago

I'm unsure why this is the case. I tried looking at the logic and it seems like you're doing the right thing, but when I try to create a column the height is way too long for a Pixel 6 simulator. Here you can see that I create margins all around but the top extends. When I enable dragging, I find that the height is really long. Any help would be appreciated! Thanks! image