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 (Channel stable, 3.7.8, on macOS 13.2.1 22D68 darwin-arm64, locale en-KR)
• Flutter version 3.7.8 on channel stable at /Users/home/bin/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 90c64ed42b (9 days ago), 2023-03-21 11:27:08 -0500
• Engine revision 9aa7816315
• Dart version 2.19.5
• DevTools version 2.20.1
• If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to perform update checks and upgrades.
How to reproduce?
The getAssetPathList returns an empty list.
awaitPhotoManager.requestPermissionExtend();
final result =awaitPhotoManager.getAssetPathList();
// result always return empty list
I know that you said it fixed the issue in #852, and I followed all the workarounds in that issue.
Version
2.5.2
Platforms
Android
Device Model
Pixel 6 API 32
flutter info
How to reproduce?
The
getAssetPathList
returns an empty list.I know that you said it fixed the issue in #852, and I followed all the workarounds in that issue.
READ_EXTERNAL_STORAGE
,WRITE_EXTERNAL_STORAGE
,ACCESS_MEDIA_LOCATION
, permission requestPhotoManager.requestPermissionExtend()
READ_EXTERNAL_STORAGE
,WRITE_EXTERNAL_STORAGE
,ACCESS_MEDIA_LOCATION
, permission requestPhotoManager.requestPermissionExtend()
,photos
,mediaLibrary
READ_EXTERNAL_STORAGE
,WRITE_EXTERNAL_STORAGE
,ACCESS_MEDIA_LOCATION
,READ_MEDIA_IMAGES
,READ_MEDIA_VIDEO
,READ_MEDIA_AUDIO
, permission requestphotos
,mediaLibrary
,PhotoManager.requestPermissionExtend()
I've tried all of the above, but it returns an empty list.
Logs
No response
Example code (optional)
No response
Contact
No response
The text was updated successfully, but these errors were encountered: