user_location_plugin
user_location_plugin copied to clipboard
A plugin for FlutterMap to show user location and handle location permissions.
Reverts igaurab/user_location_plugin#101
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'main page' 2. Click on 'FAB to...
I'm experiencing an issue with the user location marker where it does not update the user's current location, it only updates when the floating action button is pressed to center...
**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...
Hi. Thanks you for great package :) I would like to ask a couple of questions, if you don't mind. So, before I started I want to mention that I'm...
**Describe the bug** Currently, `user_location_plugin` depends on the Google Play Services. In particular, gms-core: ``` classpath 'com.google.gms:google-services:4.2.0' ``` **To Reproduce** Steps to reproduce the behaviour: 1. Add the plugin 2....
Hey, thanks for this great plugin. So I noticed that the direction displayed on the map seems to be inverted. When searching for an issue I found a closed one...
When adding `UserLocationOptions` to the map layers it causes my map markers to rebuild every second which has a performance issue since I'm adding hundreds of Markers to the map....
It would be nice to be able to customize the zoom when you press the floating action button. As of right now, it will zoom you in or out to...
**Describe the bug** ════════ Exception caught by scheduler library ═════════════════════════════════ The following message was thrown during a scheduler callback: Object has been disposed. When the exception was thrown, this was...