You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have carefully read the documentation and verified I have added the required platform specific configuration.
Please select affected platform(s)
Android
iOS
Windows
Steps to reproduce
Set launchMode in the AndroidManifest to a value other than standard.
Launch the application.
Request permissions.
Minimize the application.
Reopen the application using the app icon.
Request permissions again.
Expected results
A new system dialog requesting permissions is displayed.
Actual results
Error:
PlatformException(ERROR_ALREADY_REQUESTING_PERMISSIONS, A request for permissions is already running, please wait for it to finish before doing another request (note that you can request multiple permissions at the same time)., null, null)
Code sample
Permission.locationWhenInUse.request();
Screenshots or video
No response
Version
11.3.1
Flutter Doctor output
[✓] Flutter (Channel stable, 3.27.2, on macOS 15.1 24B2082 darwin-arm64)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.2)
[✓] Connected device (5 available)
[✓] Network resources
The text was updated successfully, but these errors were encountered:
Please check the following before submitting a new issue.
Please select affected platform(s)
Steps to reproduce
Expected results
A new system dialog requesting permissions is displayed.
Actual results
Error:
PlatformException(ERROR_ALREADY_REQUESTING_PERMISSIONS, A request for permissions is already running, please wait for it to finish before doing another request (note that you can request multiple permissions at the same time)., null, null)
Code sample
Permission.locationWhenInUse.request();
Screenshots or video
No response
Version
11.3.1
Flutter Doctor output
[✓] Flutter (Channel stable, 3.27.2, on macOS 15.1 24B2082 darwin-arm64)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.2)
[✓] Connected device (5 available)
[✓] Network resources
The text was updated successfully, but these errors were encountered: