Open danbeechbloom opened 8 months ago
👋 @danbeechbloom
NOTE: This comment is auto-generated.
Are you sure you have already searched for the same problem?
Some people open new issues but they didn't search for something similar or for the same issue. Please, search for it using the GitHub issue search box or on the official inappwebview.dev website, or, also, using Google, StackOverflow, etc. before posting a new one. You may already find an answer to your problem!
If this is really a new issue, then thank you for raising it. I will investigate it and get back to you as soon as possible. Please, make sure you have given me as much context as possible! Also, if you didn't already, post a code example that can replicate this issue.
In the meantime, you can already search for some possible solutions online! Because this plugin uses native WebView, you can search online for the same issue adding android WebView [MY ERROR HERE]
or ios WKWebView [MY ERROR HERE]
keywords.
Following these steps can save you, me, and other people a lot of time, thanks!
This is a serious problem
I have the same issue
It is blocking us from upgrading flutter and other dependencies as there is no other good alternative to in app webview, can you please resolve this ASAP?
The js
package provides support for the web platform. If your project does not use the web platform, you can override the js version through dependency_overrides
, so that it will not affect the updates of other packages.
If your project does not use the web platform, you can override the js version
Just for others to clarify this. At first I was hesitant, taking into account that this package is an in-app web browser, and I am using some js handlers, so was afraid to break something. But in the end, I looked up pubspec files and js
is indeed included only in web-specific package. So it's indeed safe for flutter_inappwebview
to override it if web isn't used (until a proper update is pushed).
In our case we do use flutter web too, so the js dependency is needed and its blocking us from upgrading flutter currently
Please prioritize this guys, this preventing us from upgrading flutter for many months now!
I'm also having same problem. js version is ^0.6.4, it needs to be updated to ^0.7.1. Its conflicting the mixpanel package.
@manikandanvgts , same issue here, it's conflicting the mixpanel package.
Same issue conflicting with the flutter_branch_sdk
would love this one to be updated as well please
Any update on this??
same probleme
@yelkamel @sowmitri123 @maplepam @maxmiranda @k00na @manikandanvgts @tigrenok00 @hellohejinyu @dreyescabrera @danbeechbloom just install the new forked package zikzak_inappwebview I just upgraded js to 0.7.1 there. Thx @MrLightful for pointing out
Environment
Device information: N/A
Description
js version is ^0.6.4, it needs to be updated to ^0.7.1 or this package pins the js version and blocks updates to other packages.
Expected behavior:
js version should not pin other packages to earlier versions.
Current behavior: js version pins packages to earlier js version, blocking updates
Steps to reproduce
flutter pub get