Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 719 Bytes

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 719 Bytes

0.1.0

  • Implement WindowEffect.mica for Windows 11 or greater.
  • BREAKING: Rename AcrylicEffect enum to WindowEffect.
  • BREAKING: Rename gradientColor argument to color.
  • Add Window.showWindowControls & Window.hideWindowControls.

0.0.3

  • Update image links & example.

0.0.2

  • Linux support.

0.0.1

  • Added Acrylic class to use aero or acrylic blur effects on Flutter Windows.
  • Added following effects to the plugin:
    • AcrylicEffect.disabled.
    • AcrylicEffect.solid.
    • AcrylicEffect.transparent.
    • AcrylicEffect.aero.
    • AcrylicEffect.acrylic.
  • Other features.
    • Added Window.enterFullscreen & Window.exitFullscreen methods to make Flutter Window fullscreen.