We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i hot this issue when call WindowManagerPlus.createWindow step to reproduce : open -> close -> reopen new window . it will crash
WindowManagerPlus.createWindow
flutter: MissingPluginException(No implementation found for method createWindow on channel window_manager_plus_static) flutter: #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332) flutter: <asynchronous suspension> flutter: #1 WindowManagerPlus.createWindow (package:window_manager_plus/src/window_manager.dart:250) flutter: <asynchronous suspension> flutter: #2 MultiWindowManager.openNews (package:super_up/app/modules/multi_window_manager/multi_window_manager.dart:23) flutter: <asynchronous suspension>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i hot this issue when call
WindowManagerPlus.createWindow
step to reproduce : open -> close -> reopen new window . it will crash
The text was updated successfully, but these errors were encountered: