Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pubspec.yaml to agp update problems #129

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SalihCanBinboga
Copy link

AGP >= 8 need to specify a namespace (hemanthrajv/flutter_compass#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 (hemanthrajv/flutter_compass#112)

ref: hemanthrajv/flutter_compass#113

@PikPakPik
Copy link

PikPakPik commented Sep 18, 2024

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

@SalihCanBinboga
Copy link
Author

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.

@md-lotfi
Copy link

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

@dariocavada
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants