florissmit1
florissmit1
@kururu-abdo @hanko0206 thanks for reporting this issue. I can reproduce it when building a macOS/iOS application. I'm not sure what the problem is, but I solved it by building the...
Hey @CMiguelRB, thanks for reporting your issue. I've looked into it and it's expected behaviour. Since the `Location` package is making use of NMEA data to get the altitude, the...
Thanks for reporting your issue @hahastudio. I can't manage to reproduce your issue. Can you please provide me your `flutter doctor -v` and which device you're using? I have an...
I reproduced the issue on my Oppo Reno 2Z and it shows the expected behaviour. Steps to reproduce: - Forked the Android example - In the main.dart, added the following...
I can't reproduce the issue on iOS14+, is this still an issue @kuhnroyal ?
Hey @parmeetmaster, thanks for your request. I did some research and I guess it's possible, but we will need to make some major changes to the Android implementation. I'm not...
Thanks for reporting your issue. I tried reproducing your issue, but when requesting the `Permission.photos` the `PermissionStatus.limited` value will show up, as expected. In case of the `Permission.location` request: Apple...
Thanks for reporting your issue @lclrobert2020. I've looked into this issue, and as @mtc-jed said, it's an expected behaviour on Android devices to cache location updates. Thus `getCurrentPosition` will sometimes...
We're currently working a fix, see: #943.
@mtc-jed intervalDuration shouldn't be exposed in the `getCurrentPosition` method, since Apple does not support such a thing. But we're always open to suggestions. The PR will be released today and...