Lorenz Schüler

Results 11 issues of Lorenz Schüler

While debugging a problem (which turns out to be caused by my password manager) I just started to refactor the code to make it easier to read and understand. The...

Currently pedometer only provides one stream for changes in the pedestrian status and one for changes is the step count. This PR add another stream that yields every time a...

### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [X] I have carefully [read the documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...

type: enhancement
type: documentation
P2

Expose `AndroidPosition` directly from `geolocator`. This makes it no longer necessary to depend on `geolocator_android` directly when using `AndroidPosition` (similary to `AndroidSettings`). ## Pre-launch Checklist - [x] I made sure...

~Suddenly~ *After upgrading flutter to `3.19`*, I can no longer zoom using pinch to zoom or rotate the map using two fingers. When I do so I get: `W/MultiFingerGesture(18269): Some...

Currently the elevation of a coordinate can be retrieved using `MapboxMap.getElevation`. However the caller must make sure that the given coordinate is within the visible region of the map and...

`onLongTapListener` returns a `ScreenCoordinate`, however the `x` and `y` values correspond to the lat/ lng of the position and not the coordinates on the screen (where 0, 0 is top...

bug

When poping a Widget which holds a MapWidget I get the following error: ``` MissingPluginException(No implementation found for method platform#releaseMethodChannels on channel plugins.flutter.io) ``` stack trace: ``` #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7)...

Most API use the Turf classes, however `TileRegionLoadOptions` has a field `geometry` which is of type `Map?` instead of `turf.GeometryType?`. Since this is defined in a pigeon generated file and...

- make `ExecutionTxContext` a new type (instead of alias) which holds slices instead of pointers and lengths - change type of `input` and `code` fields of `ExecutionMessage` from `Option` to...