bdlukaa / fluent_ui

Implements Microsoft's WinUI3 in Flutter.
https://bdlukaa.github.io/fluent_ui/
BSD 3-Clause "New" or "Revised" License
2.91k stars 453 forks source link

acrylic navigationview #1052

Closed andreshark closed 5 months ago

andreshark commented 5 months ago

I would like to see the ability to do transparency navigationview. Example: image

bdlukaa commented 5 months ago

This is beyond the scope of this package. We only provide UI controls. Having control of the window should be done on the native side. There are packages, such as flutter_acrylic that do this job.

On the example app, you can change the window transparency on the Settings page. When enabled, it makes the navigation view background color transparent and trigger the flutter_acrylic APIs.