A cross-platform Flutter plugin for screen capturing, with the core logic written in C++. This plugin uses Dart FFI to interface with the native C++ code, allowing for high-performance screen capture.
Currently, the implementation is a basic example for Windows. Contributions for other platforms (macOS, Linux, Android, iOS) are welcome.
To use, call ScreenCapture.captureScreen() to get the image data.