Open LGro opened 3 months ago
i also have this
Has anybody found a solution?
increase compilesdk to34 in flutter_compass
Add this in the pubspec.yaml :
dependency_overrides:
flutter_compass:
git: https://github.com/PikPakPik/flutter_compass.git
Would you be open to creating a pull request from your fork to this repository, @PikPakPik? I'm hopeful that @hemanthrajv would accept the fix to resolve this issue.
@PikPakPik you are awesome! Thanks a lot, this one also works for me!
Would you be open to creating a pull request from your fork to this repository, @PikPakPik? I'm hopeful that @hemanthrajv would accept the fix to resolve this issue.
Its done https://github.com/hemanthrajv/flutter_compass/pull/113
@PikPakPik you are awesome! Thanks a lot, this one also works for me!
The package is quite out of date. A manual solution is to go to
/.pub-cache/hosted/pub.dev/flutter_compass-0.8.0/android/build.gradle
and update the compileSdkVersion
to 34.
I also updated minSdkVersion
to 21, but I don't think it is necessary.
With the most recent version 0.8.0 of
flutter_compass
, I get the following error when I try to build an Android release bundle:My environment: