flutter_acrylic 0.1.0 flutter_acrylic: ^0.1.0 copied to clipboard
Window acrylic, mica & transparency effects for Flutter on Windows & Linux.
0.1.0 #
- Implement
WindowEffect.mica
for Windows 11 or greater. - BREAKING: Rename
AcrylicEffect
enum
toWindowEffect
. - BREAKING: Rename
gradientColor
argument to color. - Add
Window.showWindowControls
&Window.hideWindowControls
.
0.0.3 #
- Update image links & example.
0.0.2 #
- Linux support.
0.0.1 #
- 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.
- Added