bkonyi / FlutterGeofencing

Rough work for Flutter geofencing plugin
BSD 3-Clause "New" or "Revised" License
337 stars 219 forks source link

Other plugins method channel can't work #74

Closed majingAragon closed 3 years ago

majingAragon commented 3 years ago

After integrating this plugin in our project, method channel of some other plugins can't be called from iOS to flutter, how to solve it? anyone knows?

majingAragon commented 3 years ago

When I comment out the following code in the method "startGeofencingService" of file "GeofencingPlugin.m", it works, but what will it cause?

if (!backgroundIsolateRun) { registerPlugins(_headlessRunner); }