bitsdojo / bitsdojo_window

A Flutter package that makes it easy to customize and work with your Flutter desktop app window.
http://www.youtube.com/watch?v=bee2AHQpGK4
MIT License
816 stars 229 forks source link

wonderful work! does translucent blur effect supported? #179

Open lucasjinreal opened 2 years ago

lucasjinreal commented 2 years ago

Just like macOS apps the translucent blur effect can be set as background?

appinteractive commented 2 years ago

there is another package for that: https://pub.dev/packages/flutter_acrylic

lucasjinreal commented 1 year ago

@appinteractive Hello, when i using acrylic and bitsdojo, the whole window try be acrylic, how to make left to be acrlic and right keep color background? does there any example to do this?

appinteractive commented 1 year ago

@jinfagang just put a colored container in the wished spot!? So for a mac os style you would use transparent for the left and a colored container on the right (inside a row)