BWMuller / background_location

Flutter background location plugin for Android and iOS
https://pub.dev/packages/background_location
Other
3 stars 3 forks source link

Tried to send a platform message to Flutter, but FlutterJNI was detached from native C++. #3

Open raotolehitesh opened 6 days ago

raotolehitesh commented 6 days ago

Library working fine. I get location on Application Active and Resume state. When I terminate application then location fetching is stopped. Its show Tried to send a platform message to Flutter, but FlutterJNI was detached from native C++. Could not send. Channel: com.almoullim.background_location/methods. Response ID: 46

Is their any solution on this. Thanks in Advance