flutter_acrylic
Window acrylic, mica & transparency effects for Flutter on Windows, macOS & Linux.
1.1.4
16K downloads/mo
#2412 most downloaded on pub.dev
alexmercerind/flutter_acrylic
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 4 weeks to 13 months
Nearly every release is documented
notes for 13 of 13 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
13 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
13 releases · Jun 2021 to Jun 2024Releases
latest 13-
1.1.411 Jun 2024Release notes
Open source →- Fixed a bug that caused the title bar to be incorrectly rendered on Windows 11 [#81] (@Auties00).
-
1.1.330 May 2023Release notes
Open source →- Upgraded macos_window_utils to version 1.1.3 to fix an issue that prevented apps from closing properly on Flutter 3.10.
- Fixed a race condition that may cause the window effect to be set before the window manipulator has been initialized on macOS.
-
1.1.228 Mar 2023Release notes
Open source →- Upgraded macos_window_utils to version 1.1.2 to make flutter_acrylic work without modifications to
MainFlutterWindow.swift. - Removed dependencies on deprecated Flutter code.
- Refactored code based on newly introduced linter rules.
- Improved the macos_window_utils import to prevent potential breakage in the future.
- Upgraded macos_window_utils to version 1.1.2 to make flutter_acrylic work without modifications to
-
1.1.128 Feb 2023Release notes
Open source →- Upgraded macos_window_utils to version 1.0.2 to ensure compatibility with Flutter 3.7 on macOS.
-
1.1.030 Dec 2022Release notes
Open source →- 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.Release notes
Open source →- 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.
-
1.1.0+131 Dec 2022 -
1.0.028 Jan 2022Release notes
Open source →- 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.
Release notes
Open source →- 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).
- Fixed
-
1.0.0+128 Jan 2022Release notes
Open source →- Hotfix: Update Linux method call handler to match new channel & method names.
-
1.0.0+210 Mar 2022Release notes
Open source →- Hotfix: Fixes a problem with too many rebuilds in TitlebarSafeArea.
- Using the latest version of bitsdojo_window to fix Flutter 3 compatibility issues.
-
0.1.025 Oct 2021Release notes
Open source →- 🎉 Implement
WindowEffect.micafor Windows 11 or greater. - BREAKING: Rename
AcrylicEffectenumtoWindowEffect. - BREAKING: Rename
gradientColorargument tocolor. - BREAKING: Remove
Acrylicclass & move all static methods toWindowclass itself. - Add
Window.showWindowControls&Window.hideWindowControls.
Release notes
Open source →- Implement
WindowEffect.micafor Windows 11 or greater. - BREAKING: Rename
AcrylicEffectenumtoWindowEffect. - BREAKING: Rename
gradientColorargument to color. - Add
Window.showWindowControls&Window.hideWindowControls.
- 🎉 Implement
-
0.0.303 Sep 2021 -
0.0.229 Jul 2021 -
0.0.122 Jun 2021Release notes
Open source →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
Release notes
Open source →- 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
- Added