Error Open Maps Android 11 In Flutter


 Flutter error open google maps in application android 11, this maps no load 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