flutter_acrylic 1.1.0
flutter_acrylic: ^1.1.0 copied to clipboard
Window acrylic, mica & transparency effects for Flutter on Windows, macOS & Linux.
1.1.0 #
- 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.0.0+2 #
- Hotfix: Fixes a problem with too many rebuilds in TitlebarSafeArea.
- Using the latest version of bitsdojo_window to fix Flutter 3 compatibility issues.
1.0.0+1 #
- Hotfix: Update Linux method call handler to match new channel & method names.
1.0.0 #
- 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).
0.1.0 #
- Implement
WindowEffect.micafor Windows 11 or greater. - BREAKING: Rename
AcrylicEffectenumtoWindowEffect. - BREAKING: Rename
gradientColorargument to color. - Add
Window.showWindowControls&Window.hideWindowControls.
0.0.3 #
- Update image links & example.
0.0.2 #
- Linux support.
0.0.1 #
- 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