Chris

Results 4 comments of Chris

I am currently struggling with the same error on Android. Some fixes that I encountered while searching for a solution were: - Make sure that the BleManager is setup correctly...

Are there any updates on this? I'm currently in the situation that I need to get a device that could potentially already be paired with my android phone.

I faced the same issue and found a _very_ hacky workaround for it. I just append a random uuid to the marker id and call `setState()` when tapping the marker....

@xonaman I think you can add a dependency override for the `apple_maps_flutter ` dependency and it should work. e.g. ``` dependency_overrides: apple_maps_flutter: git: url: https://github.com/Anjula/apple_maps_flutter.git ref: cb853b3f3b86b3453559bf35f632696bb0357234 ```