This repository has been archived by the owner on Jul 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Error using on openstreetmap layer #63
Comments
up |
The location status stream is natively written for Android Devices using Kotlin. I might think that is the reason for the issue, although I am not sure. Could you try using an android emulator and let me know if the error persists? |
Same MissingPluginException(No implementation found for method listen on channel locationStatusStream) here. (both on Samsung GS10 and Android emulator |
same here,
|
is this issue resolved? |
I am afraid not. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
════════ Exception caught by gesture ═══════════════════════════════════════════════════════════════
The following NoSuchMethodError was thrown while handling a gesture:
The getter 'latitude' was called on null.
Receiver: null
Tried calling: latitude
When the exception was thrown, this was the stack:
#0 Object.noSuchMethod (dart:core-patch/object_patch.dart:53:5)
#1 _MapsPluginLayerState._moveMapToCurrentLocation (package:user_location/src/user_location_layer.dart:168:33)
#2 _MapsPluginLayerState.build. (package:user_location/src/user_location_layer.dart:222:19)
#3 _InkResponseState._handleTap (package:flutter/src/material/ink_well.dart:779:19)
#4 _InkResponseState.build. (package:flutter/src/material/ink_well.dart:862:36)
...
Handler: "onTap"
Recognizer: TapGestureRecognizer#6335d
debugOwner: GestureDetector
state: ready
won arena
finalPosition: Offset(365.0, 779.0)
finalLocalPosition: Offset(11.0, 26.0)
button: 1
sent tap down
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by services library ══════════════════════════════════════════════════════
MissingPluginException(No implementation found for method listen on channel locationStatusStream)
════════════════════════════════════════════════════════════════════════════════════════════════════
To Reproduce
Click on the center icon bottom right
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: