-
Notifications
You must be signed in to change notification settings - Fork 148
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
Screenshot detect doesnot work on android #89
Comments
did you figure out the issue? |
not yet it works perfectly on ios but not android. |
android 13 Permissions add <uses-permission android:name="android.permission.READ_MEDIA_IMAGES" /> and user allow permission use await Permission.photos.request(); useful to me |
It wasn't working for me either, added these three lines in the file below and now it works. `///Users/alextoska/.pub-cache/hosted/pub.dev/screenshot_callback-3.0.1/android/build.gradle buildscript {
} rootProject.allprojects { apply plugin: 'com.android.library' android {
} dependencies { repositories { |
For me, the solution of @AlexTs10 Thank you very much |
didn't work for me. |
No description provided.
The text was updated successfully, but these errors were encountered: