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
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.27.3, on macOS 15.3 24D60 darwin-arm64, locale en-US)
⢿^[[[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.2)
[✓] Android Studio (version 2024.1)
[✓] IntelliJ IDEA Community Edition (version 2022.1)
[✓] VS Code (version 1.96.4)
How to reproduce?
On Android, permission dialog appears twice when "allow limited access" option is chosen.
install photo_manager plugin as in the steps
Request permissions with PhotoManager.requestPermissionExtend();
The dialog will appear (first time)
Click on "allow limited access"
select a few photos
click done
click on a button that calls PhotoManager.presentLimited(); in order to select more photos
AI Summary: On Android, the permission dialog appears twice when "allow limited access" is granted and presentLimited() is called to select more photos.
Version
3.6.4
Platforms
Android
Device Model
Pixel 7a (Android 14) , Pixel 4 (Android 15)
flutter info
How to reproduce?
On Android, permission dialog appears twice when "allow limited access" option is chosen.
permission.dialog.appearing.twice.mp4
Logs
Example code (optional)
Contact
No response
The text was updated successfully, but these errors were encountered: