flutter_compass
flutter_compass copied to clipboard
[FIX] Support newer Android version and AGP >=8.0.0 compatibility
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)