rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
287 stars 321 forks source link

Change processing order on initialize FlutterEngine #305

Open Kurogoma4D opened 2 years ago

Kurogoma4D commented 2 years ago

I've got some crash report via Firebase Crashlytics on production app, like Fatal Exception: java.lang.UnsatisfiedLinkError. And found related issue: #296.

I tried reproduce that crash, but this was sometimes reproducible and sometimes not, so I was struggling to solve it... I found this issue comment while googling, and I think it applies to this plugin as well, so I created this PR.

** Currently v1.6.12 is broken, so this PR is based on v1.6.6 commit.