multi_window_native 0.0.1
multi_window_native: ^0.0.1 copied to clipboard
A Flutter plugin for creating and managing multiple native desktop windows with cross-window communication.
0.0.1 #
- Initial release.
- Added support for creating multiple Flutter windows on macOS.
- Added communication between windows using MethodChannel.
- Added notifyUiRendered to prevent blank screen flashes.
- Added registerListener/unregisterListener APIs for Dart-side communication.
- Added broadcastToAllWindows native implementation.