Skip to content

Releases: leanflutter/window_manager

v0.2.1

02 Apr 14:59

Choose a tag to compare

  • Compatible with lower versions of dart #98
  • [macos & windows] Add resized, moved events. #28
  • [linux] Implement getTitleBarHeight metnod #49
  • [linux] Implement getOpacity metnod #44
  • Add TitleBarStyle enum #99
  • [linux] Implement setAlwaysOnBottom method #100
  • [windows] Removes crazy jittering when resizing window #103
  • [windows] Fix overflow on fullscreen and maximize #105
  • [windows] Implement setHasShadow and hasShadow methods #110
  • [windows] Fix setAlignment(Alignment.bottomRight) display position is not correct #112 #113

v0.2.0

11 Mar 14:11

Choose a tag to compare

  • [linux] Implement setTitleBarStyle method
  • [linux] Implement startResizing method
  • [windows] Implement setProgressBar method #42
  • [macos & windows] Implement setIgnoreMouseEvents metnod #89
  • Update DragToResizeArea widget
  • Add VirtualWindowFrame widget
  • Update WindowCaption widget

v0.1.9

07 Mar 01:23

Choose a tag to compare

  • Fixed Visual bug in fullScreen #83
  • Update WindowCaption widget.

v0.1.8

26 Feb 16:30

Choose a tag to compare

  • Add WindowCaption widget. #81
  • [macos & windows] Implement destroy method

v0.1.7

22 Feb 14:25

Choose a tag to compare

  • Implement setAspectRatio method #74
  • [windows] Reimplement getTitleBarHeight method #33
  • [windows] Implement startResizing method
  • [windows] Add DragToResizeArea widget
  • [windows] Fix maximize and minimize animation not working when there is title bar hidden

v0.1.6

19 Feb 05:35

Choose a tag to compare

  • Implement isPreventClose & setPreventClose methods #69
  • Implement close event
  • [macos & windows] Reimplement close method
  • [windows] Fix Horizontal resizing not working on secondary display. #71
  • [macos] Implement isFocused method
  • Implement setAlignment method #52

v0.1.5

28 Jan 14:59

Choose a tag to compare

  • Implement close method #56
  • Implement center method #59

v0.1.4

17 Jan 08:46

Choose a tag to compare

  • [macos & windows] Implemented getOpacity & setOpacity methods #37 #45
  • [macos] Implement setProgressBar method #40
  • [windows] Fix focus, blur event not responding
  • [windows] Implement focus & blur methods
  • [macos & windows] Implement getTitleBarHeight methods #34

v0.1.3

09 Jan 04:44

Choose a tag to compare

  • [windows] #31 Optimize setTitleBarStyle method.

v0.1.2

05 Jan 02:39

Choose a tag to compare

  • [macos] Add setTitleBarStyle method.
  • [windows] Add setTitleBarStyle method (Experiment).
  • [windows] #24 Updated windows fullscreen handling.
  • [windows] #26 Make maximize, unmaximize, minimize, restore methods have native animation effects.