flutter-permission-handler
flutter-permission-handler copied to clipboard
No working Files Permission on Android 13
🐛 Bug Report
Expected behavior
Ask permissions for Photo and Video
Reproduction steps
Use Android with Android 13 and call permission.storage
Configuration
Version: 10.0.0
Platform:
- [ ] :iphone: iOS
- [X] :robot: Android
Android Doc https://developer.android.com/about/versions/13/behavior-changes-13#granular-media-permissions
Same issue. Call Permission.storage.request()
and the ask permissions for Photo and Video dialog is not showing up.
Any updates on this?
same issue
I am also having this issue, is there any workaround for the time being?
A temp workaround is to downgrade your targetSdkVersion to 32, while keeping compileSdkVersion on 33 to cater for firebase requirements.
not fixed yet? not working for me for Permission.photos.request() Android API 31 library version: 10.0.2
This might help https://www.youtube.com/watch?v=uMvGpBOT0ZY
Closing, as it is a duplicate of #955, and that issue contains more information regarding the issue and possible solutions.