You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm developing app size/position size&position persistence by shared_preference on windows and linux platforms . On windows platform all work great.
On linux I'm having some issues:
WindowListener.onWindowMove and WindowListener.onWindowMoved are called on app window focus and aren't called on window move:
inside method _platform.savePosition(); the call to final Offset pos = await windowManager.getPosition(); always return Offset(26.0, 23.0) moving and dragging my app window
Hi,
I'm developing app size/position size&position persistence by shared_preference on windows and linux platforms . On windows platform all work great.
On linux I'm having some issues:
_platform.savePosition();
the call tofinal Offset pos = await windowManager.getPosition();
always returnOffset(26.0, 23.0)
moving and dragging my app windowI'm working with flutter 3.24.0 and window_manager: 0.4.2 on Debian 11.
Is there a workaround to these issues ? Or better, a patch ?
Thanks,
Marco
The text was updated successfully, but these errors were encountered: