Skip to content
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

Problem with Retrieving Location in Background During --release Compilation[Question]: #1551

Closed
kamildul opened this issue Aug 5, 2024 · 2 comments
Assignees
Labels
status: closed (missing info) Indicates the issue was automatically closed due to a lack of information. status: needs more info We need more information before we can continue work on this issue.

Comments

@kamildul
Copy link

kamildul commented Aug 5, 2024

Hello,

I am facing an issue with retrieving the location in the background. I am calling the location retrieval in the service using:

Position position = await Geolocator.getCurrentPosition(desiredAccuracy: LocationAccuracy.high);

Everything works perfectly in --debug mode, but when I compile the application in --release mode, I do not receive the location.

Please help.

Version

12.0.0

@TimHoogstrate TimHoogstrate self-assigned this Aug 7, 2024
@TimHoogstrate
Copy link
Contributor

Dear @kamildul,

Thanks for your issue. Please provide the output of flutter doctor -v and some example code/minimal steps to reproduce. I don't even know what platform you are testing this on :).

Kind regards,

@TimHoogstrate TimHoogstrate added the status: needs more info We need more information before we can continue work on this issue. label Aug 7, 2024
Copy link

Without additional information, we are unfortunately not able to resolve this issue. Therefore, we reluctantly closed this issue for now. If you run into this issue later, feel free to file a new issue with a reference to this issue. Add a description of detailed steps to reproduce, expected and current behaviour, logs and the output of 'flutter doctor -v'. Thanks for your contribution.

@github-actions github-actions bot added the status: closed (missing info) Indicates the issue was automatically closed due to a lack of information. label Aug 21, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: closed (missing info) Indicates the issue was automatically closed due to a lack of information. status: needs more info We need more information before we can continue work on this issue.
Projects
None yet
Development

No branches or pull requests

2 participants