A Windows Flutter transparent overlay
This project is a starting point for a Windows Flutter overlay application.
The c++ part of the Windows application (windows\runner\win32_window.cpp) have been modified to spawn a topmost transparent window.
The dart part of the application (lib\main.dart) is using a CustomPainter widget to draw on a CustomPaint canvas.
- Install flutter for Windows
- Enable windows desktop :
flutter config --enable-windows-desktop - Click
Build