Releases: alexmercerind/flutter_acrylic
Releases · alexmercerind/flutter_acrylic
v1.1.0 Tinted Windows
- 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
- Fixed
WindowEffect.micanot 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.tabbedentry 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.
v0.1.0 Mica Support
v0.0.2 More & more
v0.0.1 Let's Start
This release of flutter_acrylic adds:
- Added
Acrylicclass 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.exitFullscreenmethods to make Flutter Window fullscreen.
- Added

