Update pubspec.yaml to agp update problems
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
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
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.
Any solution to flutter_compass? the dependency_overrides doesn't solve the issue since building apk causes also resource android:attr/lStar not found.
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
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.
This PR was closed because it has been stalled for 14 days with no activity.