flutter_acrylic icon indicating copy to clipboard operation
flutter_acrylic copied to clipboard

Flutter library for window acrylic, mica & transparency effects.

Results 26 flutter_acrylic issues
Sort by recently updated
recently updated
newest added

I double-click exe but no window is displayed,do I need to install flutter on my computer to run `flutter_acrylic_example.exe`?

Hi, my project not fully using nullsafety. when intergate to my project, the window appear a second and crash, error: ``` flutter_acrylic/FlutterAcrylicPlugin.swift:471: Fatal error: Unexpectedly found nil while unwrapping an...

### System - MacOS Monterey Pro, V12.2, M1 Chip ### Flutter ``` Flutter 2.10.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision 7e9793dee1 (13 days ago) • 2022-03-02 11:23:12 -0600...

Is this the intended behavior, or how do I make it not do that? Windows 11 22000 ISO downloaded directly from the Microsoft page using VMWare

Will you add windows 7 support? Right now any app that uses this plugin can not be even launched on this windows version due to bitsdojo incompatibility but if you...

Hi, I have a same logic like this: ``` if (brightness == InterfaceBrightness.dark) { brightness = InterfaceBrightness.light; } else if (brightness == InterfaceBrightness.light) { brightness = InterfaceBrightness.dark; } else {...

Since macOS window's color could change with desktop background, is it possible or is there a workaround to have multiple effect on one window? Like the Email app or Apple...

ubuntu 22.04 when call this function it show the error: MissingPluginException (MissingPluginException(No implementation found for method HideWindowControls on channel com.alexmercerind/flutter_acrylic))

How to Implement it in Android ? Please update a release for Android .

After setting the acrylic effect on Windows 11 with the following code: ``` await Window.setEffect( effect: WindowEffect.acrylic, color: Colors.transparent, dark: true ); ``` Currently, the Window looks like this when...