Closed florinsdistortedvision closed 2 months ago
Our Mica
widget just emulates the mica effect when there is no transparency enabled in the system. The fluent_ui
library does not have access to the Window, so it can not apply transparency effects. You need to use flutter_acrylic
and make the background of the app transparent to achieve that effect.
You can sse it working in our example app:
Thank you! Felt like going insane (a bit lol) that it simply didnt work for me. Thank you for clearing it up.
Hello, awesome library. I am new to flutter and was trying to use fluent_ui with Mica but I can't seem to make it work. Is this library emulating actual Mica transparency or making a sort of effect that looks like Mica but not transparent?
Do I need to use something like flutter_acrylic with this project to get mica working ? Does it need to be compiled first to be seen?
Sorry for wasting your time and thank you.