-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let's work all together on an other fork ? #340
Comments
Hi @Yukams I think that is a good idea what you propose, after all thats the objetive of open source. PD: I was looking at your package and I see that you solved the reboot issue, my only question is that I test trying to save the location updates in a database at the time of reboot and this is not doing it, would you know why? (That is, when you start the service and once you restart the cell phone, do you continue to receive updates?) |
Hello @lasd14, I just tried it on my project and yes it's still working for me on Android after a phone reboot ! Just saying you have to restart the location simulation on your Android emulator after a phone reboot :) Though, you can from now on publish issues and improvements directly on my fork :) |
Can you upload your git as a new project and plugin in pub dev? |
Hi @daviddagan, I'll see what I can do ! |
hey I'm trying to use your fork and you forced the plugin to use min SDK version 21 |
Hi @daviddagan, so I had a quick look and it seems like the lib would work with lower minSDK version (I tried with 19). I'm pretty sure I had a good reason to set it higher but couldn't find it today, maybe I don't have to anymore. I'll have a deeper look tomorrow, what minSDK do you need ? |
Hi @Yukams, the Min Sdk before has been 19. |
Hi @daviddagan, I've pushed a branch for a minsdk of 19, you can use it by putting this in your pubspec.yaml under dependancies
I'm looking right now to publish my fork on pub.dev too, I will update you on that |
EDIT : the fork is already up to date, ignore my previous message. So I added the package to pub.dev https://pub.dev/packages/background_locator_2
Also you'll need to replace all your imports from background_locator to background_locator_2 |
Hi dear community,
I've been working with (or against) this repository for 2 months now. I worked on fixing it on my branch and succeeded to make it work in Android as expected (phone reboot, app killed, re-opening the app, support for Flutter 3.0, callback working properly) thanks to some of the pull requests open here.
Though, I still see that a lot of new people come across this repo and find themselves stuck with the same problems I've faced.
Let's be real, rekabhq, the owner of this library, will never update it again. We need to move onto someone else's fork.
I personally can't figure out how to fix it for iOS, though I desperately need it.
As I'm a young developer, I'm pretty sure someone with open source experience would be better than me to maintain this project. If any of you feels like it, you can fork my fork of the library and we could try to all move to this new repo.
Else we'll be stuck forever here and new people will keep losing their time on a broken lib.
Note : my fork is quite a mess when it comes to all the lasts commits, but hey, it works at least.
EDIT : We now have it on pub.dev ! https://pub.dev/packages/background_locator_2
The text was updated successfully, but these errors were encountered: