rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
288 stars 328 forks source link

Update to new flutter engine; #222

Closed mehdok closed 3 years ago

mehdok commented 3 years ago

220

215

197

194

ramism16 commented 3 years ago

Have you managed to fix the known bug?

mehdok commented 3 years ago

@ramism16

This PR might be the answer, but I have to fix the iOS part too before merging it. It would be nice if you could pull this and test it on Android.

SardorbekR commented 3 years ago

When are you going to publish the new update?

debkanchan commented 3 years ago

Highly anticipated update. Looking out for a release soon.

mehdok commented 3 years ago

Hi guys Thank you for your interest, this PR still need some work and I was so busy to work on it. But this weekend I will publish it ;)

mehdok commented 3 years ago

@ramism16 @SardorbekR @DebkanchanSamadder

Hi guys, I have published this version as a beta version because there are too many changes in this PR and it needs a lot of testing. Please test the new version and let me know if somethings not working;

debkanchan commented 3 years ago

Sure! Will implement in a few days and let you know

debkanchan commented 3 years ago

Sorry @mehdok due to situation I couldn't implement and test it out. I see you've published an update. Thanks

wwwdata commented 3 years ago

Could you explain what the reason was to remove the init and dispose callbacks? For me, they were useful to do some setup and also teardown work when location tracking was starting and ending.

debkanchan commented 3 years ago

Could you explain what the reason was to remove the init and dispose callbacks? For me, they were useful to do some setup and also teardown work when location tracking was starting and ending.

+1 I used them very seriously. I'm having hard time implementing them with this setup

gpibarra commented 3 years ago

Could you explain what the reason was to remove the init and dispose callbacks? For me, they were useful to do some setup and also teardown work when location tracking was starting and ending.

@wwwdata @DebkanchanSamadder

https://github.com/rekab-app/background_locator/issues/227