Closed steffomix closed 1 year ago
So far, running the package example directly works like a charme but the moment I import it into a new flutter project it doesn't.
Finally I was able to create a workaround.
Example of importing a package as file:
dependencies:
flutter:
sdk: flutter
# https://github.com/icapps/flutter-background-location-tracker
background_location_tracker:
path: ../git-packages/flutter-background-location-tracker
Avoid using package geolocator together with flutter-background-location-tracker and replace it with package location.
This should be fixed now, thank you for your issue + PR
I Isolated this git package to run alone on android api level 33. The same result with the package from pub.
Thats all, a new empty project. All worked fine until maybe two weeks ago or so. I tried it on a phyiscal phone as well as an emulator but the result is the same.