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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The project do not compile with the plugin on pubspec. I have the error:
/opt/flutter/.pub-cache/hosted/pub.dartlang.org/screenshot_callback-1.0.1/android/src/main/java/com/flutter/moum/screenshot_callback/ScreenshotCallbackPlugin.java:45: error: incompatible types: ArrayList cannot be converted to String fileObserver = new FileObserver(files, FileObserver.CREATE) { ^ /opt/flutter/.pub-cache/hosted/pub.dartlang.org/screenshot_callback-1.0.1/android/src/main/java/com/flutter/moum/screenshot_callback/ScreenshotCallbackPlugin.java:45: error: cannot find symbol fileObserver = new FileObserver(files, FileObserver.CREATE) { ^ symbol: constructor (ArrayList,int)
The text was updated successfully, but these errors were encountered:
meet the problem too, any work around?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The project do not compile with the plugin on pubspec.
I have the error:
/opt/flutter/.pub-cache/hosted/pub.dartlang.org/screenshot_callback-1.0.1/android/src/main/java/com/flutter/moum/screenshot_callback/ScreenshotCallbackPlugin.java:45: error: incompatible types: ArrayList cannot be converted to String
fileObserver = new FileObserver(files, FileObserver.CREATE) {
^
/opt/flutter/.pub-cache/hosted/pub.dartlang.org/screenshot_callback-1.0.1/android/src/main/java/com/flutter/moum/screenshot_callback/ScreenshotCallbackPlugin.java:45: error: cannot find symbol
fileObserver = new FileObserver(files, FileObserver.CREATE) {
^
symbol: constructor (ArrayList,int)
The text was updated successfully, but these errors were encountered: