window_manager icon indicating copy to clipboard operation
window_manager copied to clipboard

This plugin allows Flutter desktop apps to resizing and repositioning the window.

Results 136 window_manager issues
Sort by recently updated
recently updated
newest added

如果把example项目home.dart文件中,`class _HomePageState #_buildBody`方法内的`PreferenceList`列表,从'focus / blur'项目开始注释到最后,意图是让内容无法填充满example设置的默认size。在这个条件下启动窗口会白屏,没有任何内容显示,只有当鼠标进入窗口的区域内时,才恢复正常。 最开始,我是创建了一个空项目,一步步的跟随示例构建新的结构,就发现了这个白屏问题,但没有发现这个必现的条件。折腾了好一阵,发现只要是组件未将窗口尺寸填充满,就会这样。 不知道是我本机环境的问题,还是有其他的因素? @lijy91

window.currentEvent may be nil when call this method rapidly that will cause crash

Hello all, I'm trying to install bundle of an app on raspberry/raspbian using flutter-pi .(giving some context). When I execute the command to run the application in command line, I...

Currently the virtual frame has border radius even in maximize or full screen state, this PR removes that. Normal Window: Maximized Window:

for Linux desktop application, `setMaximumSize` and `setMinimumSize` not applying while building the app, if hot reload is performed the it is working as expected. `setAsFrameless` is working which is added...

系统: Archlinux 桌面环境:Gnome window_manager 版本:0.2.1 # 拖动问题 使用 `DragToMoveArea` 移动窗口时第一次点击拖动有效,第二次会无法拖动(这时需要先点击一下鼠标左键,然后就又可以拖动了)。`DragToResizeArea` 也有类似的问题。 使用 `GestureDetector` 在 `onPanStart` 中调用了 `startDragging` 方法测试发现:点击鼠标拖动并且松开鼠标后,`GestureDetector` 的 `onPanEnd` 一直没有被触发,这时需要点击一下鼠标,触发 `onPanEnd` 然后才可以进行下一次拖动。 # 调整大小行为不正确 Linux 下 `DragToResizeArea` 左下和右下的行为好像不对。请看下面的录屏(里面也包含了第一个问题): https://user-images.githubusercontent.com/13930715/161481523-ea95bb08-c093-42f3-8f32-5e55bc46b945.mp4...

Hi leanflutter, I'm using this package to handle my desktop feature. I'm trying to build a rounded window. So i used a ClipRRect to wrap the Scaffold and windowManager.setBackgroundColor(Colors.transparent) to...

I think this package is awesome, and works really well for my desktop usage when I have a single window. I'm also using a package to support [multiple Flutter windows...

Hi great Team, thank you for the package to solve many windows headache. I found one issue, you may reproduce it through following steps: 1. official example. 2. set the...