rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
289 stars 330 forks source link

check all pluggables is initialized #329

Closed azihsoyn closed 1 month ago

azihsoyn commented 2 years ago

Maybe fix https://github.com/rekabhq/background_locator/issues/264

Sometimes it seems that locationUpdated is called before initCallback is called and initCallback is not called. In my environment, with this fix, initCallback is now called.

Thanks.

azihsoyn commented 2 years ago

Changed to Draft due to still having issues with edge cases.