Open ScorpiosCrux opened 3 months ago
I have the same problem:
E/flutter (12162): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method removeCallBackHandler on channel in.jvapps.system_alert_window)
E/flutter (12162): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7)
E/flutter (12162):
Did you made it solving this?
@ScorpiosCrux have you used overlay window to go on app if yes then let me know as i wnat to add the same feature but its not routing to app.
Describe the bug Whenever I put the overlay in the background, a new thread/isolate is created but never disposed.
This started happening when I started using:
To Reproduce Click the circle button to put the app into the background (with circle button), and then reopen the app without closing it (swiping up from square button)
Expected behavior The overlay thread should be shutdown when the following is called
Versions (please complete the following information):
Let me know if you need more information.