multi_window_native 1.0.0
multi_window_native: ^1.0.0 copied to clipboard
A Flutter plugin for creating and managing multiple native desktop windows with cross-window communication.
1.0.0 #
- 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.