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
Some of the packages don't work on background cuz they are attached to activity you need to make sure the feature doesn't need Activity Context. If that feature needs it, then we must initialize the method channel on onAttachedToActivity, which means it is impossible to use in the plugin that works as a background service.
Similar to the earlier issue on AdMob, if we add the flutter_chartboost to the overlay screen, we get the same PlatformView issue.
Tried adding other plugins without any UI, those also seems to fail.
The text was updated successfully, but these errors were encountered: