bitsdojo_window icon indicating copy to clipboard operation
bitsdojo_window copied to clipboard

wonderful work! does translucent blur effect supported?

Open lucasjinreal opened this issue 3 years ago • 3 comments

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

lucasjinreal avatar Jun 06 '22 13:06 lucasjinreal

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

appinteractive avatar Aug 18 '22 14:08 appinteractive

@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?

lucasjinreal avatar Feb 17 '23 02:02 lucasjinreal

@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)

appinteractive avatar Feb 17 '23 12:02 appinteractive