Hennie Brink

Results 55 comments of Hennie Brink

Anyone familiar with iOS that can maybe help with a PR to resolve this?

https://github.com/Baseflow/flutter-geolocator/pull/1057 has been created to allow Geolocator to have the same behaviour as the location package by requesting that altitude be reported as MSL.

@mvanbeusekom this can probably be closed?

@mvanbeusekom I know there are a few open PR's for NMEA but I figured I'd make this one to get MSL reporting in without changing any platform interfaces. This also...

@mvanbeusekom did you get a change to look at the PR and the proposed change yet?

@mvanbeusekom anything else that needs to be done?

Oh nice! Enjoy the holiday 😃 > On 01 Aug 2022, at 17:47, Maurits van Beusekom ***@***.***> wrote: > >  > Hi @Wackymax, I am on a two week...

My guess is that Android eventually kills the activity hosting the Flutter engine. Using the foreground config just elevates the priority of the MainActivity making it less likely that Android...

(Edited) Hi Will, Thanks for that! Will see if I can use that commit for the time being while we wait for a more permanent fix. On Tue, 06 Jul...

Hi @rlueders I've tried it now but I don't see the behaviour you are describing when using the emulator. Here is my setup: ``` final locationSettings = AndroidSettings( accuracy: LocationAccuracy.best,...