Skip to content
New issue

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

can't close overlay_window #8

Closed
Rillwz opened this issue Jun 8, 2022 · 4 comments
Closed

can't close overlay_window #8

Rillwz opened this issue Jun 8, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@Rillwz
Copy link

Rillwz commented Jun 8, 2022

Hi,

overlay_windows run perfectly fine, but I can't close overlay_window.

E/flutter (15267): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: MissingPluginException(No implementation found for method close on channel x-slayer/overlay) E/flutter (15267): #0 MethodChannel._invokeMethod E/flutter (15267): <asynchronous suspension> E/flutter (15267): #1 FlutterOverlayWindow.closeOverlay E/flutter (15267): <asynchronous suspension> E/flutter (15267): #2 _HomePageState.build.<anonymous closure> E/flutter (15267): <asynchronous suspension> E/flutter (15267):

@X-SLAYER X-SLAYER added the bug Something isn't working label Jun 9, 2022
@X-SLAYER
Copy link
Owner

X-SLAYER commented Jun 9, 2022

for the moment if you want to close the overlay you need to close it from the overlay itself until I fix this problem

@Rillwz
Copy link
Author

Rillwz commented Jun 12, 2022

image

@sudipta1411
Copy link

I am also having similar issue. Some time, the old overlay does not close and a new overlay appears. In this case if I press the close button in the overlay, nothing happens.

@X-SLAYER
Copy link
Owner

overlay close is fixed in the latest push you can try it from master channel before I release the next version

  flutter_overlay_window:
    git:
      url: git@github.com:X-SLAYER/flutter_overlay_window.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants