-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to skip the "Unable to access all assets on the device" #35
Comments
Related to fluttercandies/flutter_wechat_assets_picker#285. I will expose the InstaAssetPicker.pickAssets(
context,
...
limitedPermissionOverlayPredicate: (PermissionState state) => false, // here return whether to show the limited access screen or not based on the permission state
); |
New versions |
This is the feature I was looking for! Thanks a lot :) |
onPermissionDenied method not working. I would like to remove the "Unable to access all assets on the device" screen and allow them to continue to the "Continue with limited access" screen automatically if they chose to only give limited access. How can i do that?
The text was updated successfully, but these errors were encountered: