Skip to content

Releases: alexmercerind/flutter_acrylic

v1.1.0 Tinted Windows

30 Dec 20:50
68f4bcd
Compare
Choose a tag to compare
  • Added methods to add a toolbar to the window on macOS and change its style.
  • Added methods to enable/disable the window's shadow on macOS.
  • Added method to make the window fully transparent on macOS.
  • Added methods to ignore mouse events on macOS.
  • Added method to set the window's subtitle on macOS.
  • Added methods and widgets to create visual effect subviews on macOS.
  • Improved documentation of various widgets and classes.

Breaking change:
Migrated to macos_window_utils. See the migration guide for more information.

v1.0.0 Safe & Sound

28 Jan 12:19
3dfce60
Compare
Choose a tag to compare

[v1.0.0+1]

  • Updated Linux method call handler to match new channel & method names.

v0.1.0 Mica Support

25 Oct 18:55
Compare
Choose a tag to compare

  • 🎉 Implement WindowEffect.mica for Windows 11 or greater.
  • BREAKING: Rename AcrylicEffect enum to WindowEffect.
  • BREAKING: Rename gradientColor argument to color.
  • BREAKING: Remove Acrylic class & move all static methods to Window class itself.
  • Add Window.showWindowControls & Window.hideWindowControls.

v0.0.2 More & more

29 Jul 19:41
e24816e
Compare
Choose a tag to compare

This new release of flutter_acrylic adds:

  • 🎉 Linux support.



linux_blur

v0.0.1 Let's Start

22 Jun 16:18
Compare
Choose a tag to compare

This release of flutter_acrylic adds:

  • 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.