window_proc_delegate 0.0.1
window_proc_delegate: ^0.0.1 copied to clipboard
A Flutter plugin that allows you to hook into Windows WindowProc messages from Dart code.
0.0.1 #
- Initial release with WindowProc delegate support for Windows
- Features:
- Register WindowProc delegates from Dart
- Intercept and handle Windows messages (WM_* messages)
- Multiple delegates support with priority handling
- Clean API for registering and unregistering delegates