multi_window_native 1.0.4
multi_window_native: ^1.0.4 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.
1.0.1 #
- Formatted and updated README.md with detailed usage instructions and screenshots.
- Added usage of window manager in the main screen to handle window.
1.0.2 #
- Fixed image links in README.md
1.0.3 #
- Updated README.md
1.0.4 #
- Updated README.md and attached screenshots for macOs