flutter_acrylic

Flutter library for window acrylic, mica & transparency effects.

MIT License

Stars
599
Committers
7

Bot releases are visible (Hide)

flutter_acrylic - v1.1.0 Tinted Windows Latest Release

Published by Adrian-Samoticha almost 2 years ago

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

flutter_acrylic - v1.0.0 Safe & Sound

Published by alexmercerind over 2 years ago

  • Fixed WindowEffect.mica not working on Windows 11 builds higher or equal to 22523 (@alexmercerind).
  • Fixed compatibility with bitsdojo_window (@alexmercerind).
  • Added macOS support (@Adrian-Samoticha).
  • Added new WindowEffect.tabbed entry for newer Windows 11 builds (@alexmercerind).
  • Address issues #10, #11, and #12 and add extra utility features for macOS (@Adrian-Samoticha).

[v1.0.0+1]

  • Updated Linux method call handler to match new channel & method names.
flutter_acrylic - v0.1.0 Mica Support

Published by alexmercerind almost 3 years ago

  • 🎉 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.
flutter_acrylic - v0.0.2 More & more

Published by alexmercerind about 3 years ago

This new release of flutter_acrylic adds:

  • 🎉 Linux support.

linux_blur

flutter_acrylic - v0.0.1 Let's Start

Published by alexmercerind over 3 years ago

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.