Hiloliddin

Results 4 comments of Hiloliddin

Getting this with Flutter 3.24.1 and mapbox_maps_flutter-2.2.0. Any solutions to not downgrade flutter? Only Android Problem. iOS builds

Having the same issue as @DMrubencesario after going to 2.2.1. But only on debug Builds with Gradle 7.6 (I can not upgrade to gradle 8+ as share package exist indirectly...

> Just found what specifically is the issue and what fixes it: In `your_proj/android/settings.gradle` change the version of `id "com.android.application"` to something newer, like "8.4.1". Mine was originally "7.3.0". >...

I am also facing same problem. Only on Android when shaded region (inside Polygona) is clicked onTapListener is not working. But works when outside is clicked. on iOS we do...