You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Dev-hwang ,
I'd like to spawn a foreground task with this plugin, which executes code with other plugins (e.g. flutter_beacon). When I do this, I receive errors like "MissingPluginException Method x not found in channel y".
Is this due to the fact, that foreground task runs in a separate isolate and as a result it is not possible to to call methodIncovate because it needs to run in "UIThread"? Is this an implicit limitation or is this only due to other plugins? (Guess it's answered in #10.
Is there any possible workaround you can think of without moving away fro this plugin?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hi @Dev-hwang ,
I'd like to spawn a foreground task with this plugin, which executes code with other plugins (e.g. flutter_beacon). When I do this, I receive errors like "MissingPluginException Method x not found in channel y".
Is this due to the fact, that foreground task runs in a separate isolate and as a result it is not possible to to call methodIncovate because it needs to run in "UIThread"? Is this an implicit limitation or is this only due to other plugins? (Guess it's answered in #10.
Is there any possible workaround you can think of without moving away fro this plugin?
The text was updated successfully, but these errors were encountered: