Yam Horesh

Results 2 comments of Yam Horesh

Hey, I solved this by adding the annotation `@pragma('vm:entry-point')` right above my callback function. This prevents Flutter's compile time tree-shaking from changing the code when building in release mode. See...

I found a [solution](https://github.com/Yukams/background_locator_fixed/issues/61#issuecomment-1426693669) for this. Haven't tried it on iOS yet, but I believe it should work fine.