Skip to content

Upgrade to webview_flutter 3.0.0 #933

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

Closed
aloisdeniel opened this issue Dec 9, 2021 · 1 comment · Fixed by #932
Closed

Upgrade to webview_flutter 3.0.0 #933

aloisdeniel opened this issue Dec 9, 2021 · 1 comment · Fixed by #932
Labels
enhancement New feature or request

Comments

@aloisdeniel
Copy link

Describe your feature request

I would love to be able to use both webview_flutter package version 3.0.0 and flutter_html

Additional context

Current status :

Because ragnarok depends on flutter_html ^2.2.1 which depends on webview_flutter ^2.0.4, webview_flutter ^2.0.4 is required.
So, because ragnarok depends on webview_flutter ^3.0.0, version solving failed.
pub get failed (1; So, because ragnarok depends on webview_flutter ^3.0.0, version solving failed.)
@aloisdeniel aloisdeniel added the enhancement New feature or request label Dec 9, 2021
@dnkoulouris
Copy link

Same problem with our application. Pub get fails.
Temporary fix until the package is upgraded by the creators is to add the following to the pubspec.yaml:

dependency_overrides:
  webview_flutter: ^3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants