Error Open Maps Android 11 In Flutter
here is the error code:
E/GrantPermissionsActivity: Apps targeting 30 must have foreground permission before requesting background and must request background on its own.
Solution:
add code in file .dart
await PermissionHandler().requestPermissions([PermissionGroup.location]);
#android 11 open maps blank
#error android 11 flutter open maps
#error android 11 flutter open maps