rekabhq / background_locator

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

Callback not triggered with sdk ">=2.12.0 <3.0.0" #303

Open rulefahd opened 2 years ago

rulefahd commented 2 years ago

did anyone find a fix??

as2a3 commented 2 years ago

I found this problem when I did the last update(1.6.12), unfortunately I downgraded to version 1.6.6. It And it didn't work again until after I also undo to my last commit.

This running problem occurred:

Execution failed for task ':background_locator:compileDebugKotlin'.

Compilation error. See log for more details

I hope we can fix it soon.

n0tc0ding commented 2 years ago

Same issue after upgrading to 1.6.12

CristianKoh1 commented 2 years ago

I have already submitted a merge request, solving this problem.

mfirmansyahidris commented 2 years ago

I found this problem when I did the last update(1.6.12), unfortunately I downgraded to version 1.6.6. It And it didn't work again until after I also undo to my last commit.

This running problem occurred:

Execution failed for task ':background_locator:compileDebugKotlin'.

Compilation error. See log for more details

I hope we can fix it soon.

try to remove pubspec.lock and run "pub clean"