Sunil Gupta
Sunil Gupta
Getting this from the past few days - unable to identify/fix issue: C:\Users\sunil\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_inappwebview-5.4.3+7\android\src\main\java\com\pichillilorenzo\flutter_inappwebview\in_app_webview\InAppWebView.java:280: error: cannot find symbol settings.setAppCachePath(options.appCachePath); ^ symbol: method setAppCachePath(String) location: variable settings of type WebSettings C:\Users\sunil\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_inappwebview-5.4.3+7\android\src\main\java\com\pichillilorenzo\flutter_inappwebview\in_app_webview\InAppWebView.java:494: error:...
Need to downgrade targetSdkVersion and compileSdkVersion to 32 Also some other packages to older version, e.g: permission_handler: ^9.2.0 At least we can run our app until this issue fixed.
/Applications/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.4.3+7/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/in_app_webview/InAppWebView.java:280: error: cannot find symbol settings.setAppCachePath(options.appCachePath); ^ symbol: method setAppCachePath(String) location: variable settings of type WebSettings /Applications/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.4.3+7/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/in_app_webview/InAppWebView.java:494: error: cannot find symbol settings.setAppCacheEnabled(false); ^ symbol: method setAppCacheEnabled(boolean) location: variable settings of...
Not sure what I did, I downgraded some versions - for me 5.3.2 works.
deakjahn - the code was really too complex for me to send in a testable form without significant effort. What I did was replace this with DropZone (https://pub.dev/packages/drop_zone) and got...
Sorry, the title was incorrect. This is the "OnMuted" functionality. which is needed for my use case.
Any update or workaround - I am using XFile extensively and would like to use this package. Any way to convert PlatformFile to XFile?
I only want .dart files to be included, and all other files excluded. How do I configure this?
I believe the documentation is clear on that.
It's been a year since I first reported the issue. Do not remember what I did other than stop using flutter_js.dart...