flutter_map_location_marker icon indicating copy to clipboard operation
flutter_map_location_marker copied to clipboard

Update pubspec.yaml to agp update problems

Open SalihCanBinboga opened this issue 1 year ago • 3 comments

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 support 14 and lower (https://github.com/hemanthrajv/flutter_compass/issues/112)

ref: https://github.com/hemanthrajv/flutter_compass/pull/113

SalihCanBinboga avatar Sep 16 '24 08:09 SalihCanBinboga

Your are not the owner of the package. Just wait the merge of the package flutter_compass or put this in your pubspec.yaml

dependency_overrides:
  flutter_compass:
    git: https://github.com/PikPakPik/flutter_compass.git

PikPakPik avatar Sep 18 '24 08:09 PikPakPik

Hey 👋 @PikPakPik We have been waiting for over a month. As a community, we need to find a solution. This situation directly affects the flutter_map_location_marker package. If you want, you can fork it, and we can solve it that way temporarily.

SalihCanBinboga avatar Sep 18 '24 09:09 SalihCanBinboga

Any solution to flutter_compass? the dependency_overrides doesn't solve the issue since building apk causes also resource android:attr/lStar not found.

md-lotfi avatar Sep 23 '24 10:09 md-lotfi

Any solution to flutter_compass? the dependency_overrides doesn't solve the issue since building apk causes also resource android:attr/lStar not found.

Add this to your yaml file until the maintainer merge the PR

flutter_map_location_marker:
    git:
      https://github.com/dariocavada/flutter_map_location_marker

dariocavada avatar Sep 30 '24 14:09 dariocavada

This PR is stale because it has been open for 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.

github-actions[bot] avatar Dec 01 '24 10:12 github-actions[bot]

This PR was closed because it has been stalled for 14 days with no activity.

github-actions[bot] avatar Dec 15 '24 10:12 github-actions[bot]