Skip to content

Releases: leanflutter/window_manager

v0.5.0

29 May 12:38
Compare
Choose a tag to compare

What's Changed

  • Fixed Eyes Care app link (Update README.md) by @M97Chahboun in #509
  • Initialize window_hints to fix minimum size setting in release mode by @viseztrance in #510
  • [Windows] Use frameless window to implement fullscreen by @YuiHrsw in #531
  • Fix crash when using window_manager by multiwin on windows platform by @uppet in #546
  • Add getWindowHandle by @copywith9 in #548

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.4.3

06 Nov 13:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

06 Nov 13:53
Compare
Choose a tag to compare

What's Changed

  • fix: win, adjustNCCALCSIZE with monitor coords by @fufesou in #482
  • Update window_manager_plugin.cpp for fix 439 issue by @alevlako in #486

New Contributors

Full Changelog: v0.4.0...v0.4.2

v0.4.0

08 Aug 12:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.9...v0.4.0

v0.3.9

18 May 04:06
Compare
Choose a tag to compare
  • fix(windows): fix TitleBar buttons does not display correctly #415
  • fix(windows): crash after deconstruction #423
  • fix(windows): WindowManager.IsFocused() method (#461)

v0.3.7

08 Oct 12:46
Compare
Choose a tag to compare
  • [windows] Wrong window position in fullscreen mode with external monitor #405
  • [windows] fix: incorrect window size before/after setTitleBarStyle #401
  • [windows] Fix #389 setAsFrameless on titleBarStyle.normal #400

v0.3.6

27 Aug 14:14
Compare
Choose a tag to compare
  • [macos & windows] Fix incorrect centering when multi-screen
  • [windows] feat: restore Windows 7 support (#388)
  • [windows] Better fullscreen implementation (#367)

v0.3.5

01 Jul 05:05
Compare
Choose a tag to compare
  • [macos] fixes setMinimumSize and setMaximumSize (#341)
  • [windows] Remove app cut at the bottom and force refresh when back from fullscreen (#359), Fixes #311, #266, #228, #355, #237
  • [linux] fix: on-close event handler not be triggered on flutter >= 3.10 (#343)
  • [linux] feat: Dock Window to Screen like Taskbar (#347)

v0.3.4

21 May 07:57
Compare
Choose a tag to compare
  • [macos] Fix blur and focus events when the MainFlutterWindow extends from NSPanel

v0.3.3

21 May 07:56
Compare
Choose a tag to compare
  • [macos] feat: setTitleBarStyle() restores window frame on Linux (#323)
  • [macos] Implement isVisibleOnAllWorkspaces & setVisibleOnAllWorkspaces methods