flutter_map_location_marker
flutter_map_location_marker copied to clipboard
A flutter map plugin for displaying device current location.
**Describe the bug** App freezes and opens on current_location_layer.dart **To Reproduce** Steps to reproduce the behavior: 1. run you app that uses CurrentLocationLayer() (or at least without headerstream param) 2....
FAILURE: Build failed with an exception. ``` * What went wrong: A problem occurred configuring project ':flutter_compass'. > Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. > Namespace not specified....
So, i wrote the code for both ios and android , in android it works fine where as in ios the rotation of the marker is clockwise 90 Android :...
**Describe the bug** When I request location permission and only coarse location is granted, the app crashes. Nothing in my app uses location except for the location marker plugin, so...
Adding the alignment property to LocationMarkerStyle to set the alignment property on the [Marker class](https://pub.dev/documentation/flutter_map/latest/flutter_map/Marker-class.html) of flutter_map: https://pub.dev/documentation/flutter_map/latest/flutter_map/Marker/alignment.html > Alignment of the marker relative to the normal center at [point](https://pub.dev/documentation/flutter_map/latest/flutter_map/Marker/point.html)...
When adding the CurrentLocationLayer to the flutter map this widget is being rebuild like crazy even when standing still it can reach 4000-6000 + as long the map widget is...
Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 4.0.0 to 5.0.0. Commits f38b780 [package:flutter_lints] update the dep on package:lints to 5.0.0 and the sd... 7da2374 Update test to not depend on Color.toString() (#7701) 54dd888 [flutter_lints]...
AGP >= 8 need to specify a namespace (https://github.com/hemanthrajv/flutter_compass/issues/104) We need to update the compileSdk version due to this error "resource android:attr/lStar not found" since Android 12 so update to...
FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':flutter_compass'. > Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. > Namespace not specified. Specify...
Describe the bug When I add the flutter_map_location_marker package to my Flutter project and try to build the APK, I receive an error related to the flutter_compass package configuration. The...