Flutter not displaying location permission request on production (Android)
I recently published a Flutter app on Google Play. It worked perfectly while developing, but the version published on Google Play never asks for location permissions. It marks location permission as permanentlyDenied automatically. This is the function that should trigger…