We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am planning to create a whatsapp status downloader using this plugin. If the uri is not found, the plugin opens downloads folder.
how can we check if the uri is not found and show appropriate message rather than redirecting to downloads to select.
The text was updated successfully, but these errors were encountered:
I would recommend checking if the WhatsApp app is installed or not instead of checking if their internal status folder exists.
I recommend this approach because you can't know if the status folder exists before the user grants the permission.
That's not something related to this package btw, this is a constraint from android scoped storage.
Sorry, something went wrong.
No branches or pull requests
I am planning to create a whatsapp status downloader using this plugin.
If the uri is not found, the plugin opens downloads folder.
how can we check if the uri is not found and show appropriate message rather than redirecting to downloads to select.
The text was updated successfully, but these errors were encountered: