Vítor Barroso

Results 5 comments of Vítor Barroso

I appreciate the feedback, @evil159. I'm currently running my setup on a Samsung device with Android 12, but interestingly, I've also noticed the issue persists on Android 14.

The issue occurs with the latest version of the package (`mapbox_maps_flutter: ^2.2.1`). **Attempted Workarounds:** The error is thrown inside the Flutter code of the package, not the Android native code....

I've tested the issue with the latest Flutter versions (`3.24.0` and `3.24.3`), and the problem persists. Below are the versions of the `mapbox_maps_flutter` package I tested: - 2.2.0 - 2.2.1...

The package version `1.1.0` worked, but I had to modify the `MapboxMapController.kt` file to resolve lifecycle errors,

### Summary The build fails at `:mapbox_maps_flutter:checkReleaseAarMetadata` because the plugin is compiled with **compileSdkVersion 33**, while several AndroidX dependencies (e.g., `fragment 1.7.x`, `window 1.2.x`, `core-ktx 1.13.x`, `lifecycle 2.7.x`) now require...