window_proc_delegate 0.0.2
window_proc_delegate: ^0.0.2 copied to clipboard
A Flutter plugin that allows you to hook into Windows WindowProc messages from Dart code.
0.0.2 #
- Removed engine-specific message restriction - messages are now delivered to all registered delegates
- Fixed crash issue when unregistering delegates
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