'Flutter Desktop click through window
I'm building a transparent app using Flutter Desktop for Linux, is there a way to click through the main app window, still showing the app? I'm trying to write some kind of overlay app.
I've tried using the IgnorePointer
widget on the root widget but that still doesn't forward the click events behind the window.
I assume there's some kind of binding to add in the application.cc file.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|