user_location_plugin icon indicating copy to clipboard operation
user_location_plugin copied to clipboard

A plugin for FlutterMap to show user location and handle location permissions.

Results 19 user_location_plugin issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I have a button to toggle the user's location on and off. I get the following error when I try to toggle on the users' location. Everything...

**Describe the bug** I'm very new in Dart and Flutter so I hope what I will describe will be helpful. First, here is the trace: ``` Exception has occurred. FlutterError...

bug

**Is your feature request related to a problem? Please describe.** This plugin was created using an older version of the Android embedding. It's being deprecated in favor of Android embedding...

**Describe the bug** Your plugin work fine on ios, but when i tried it with my existing app that target 29 api. It crashed on startup on android 10, while...

bug

When I use the location plugin in my app, all tests fail with an NoSuchMethodError / Null Pointer Error. ``` The following NoSuchMethodError was thrown while finalizing the widget tree:...

can you test it in the iOS plugin?

important

Currently, tests fail - see #42 Can `flutter test` be added as one of the _Codemagic_ build steps to catch this and any other failures?

Unit test does not compile for build 86347ea2ca8f1c4dc058c93041df84e8c30f55ba [test/user_location_test.dart](https://github.com/igaurab/user_location_plugin/blob/master/test/user_location_test.dart) ``` test('getPlatformVersion', () async { expect(await UserLocation.platformVersion, '42'); }); ```

This new parameter would establish the limit when user's location should change. If the change is less than `tolerance`, location and/or map **shouldn't** change. ``` UserLocationOptions( context: context, ... tolerance:...

enhancement
good first issue