Skip to content
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

flutter_unity_widget >=2022.1.0 requires webview_flutter ^2.0.13 #622

Closed
RoyalCoder88 opened this issue Jun 15, 2022 · 2 comments
Closed

Comments

@RoyalCoder88
Copy link
Collaborator

Hi friends,

Thanks for your great package, please fix the version issue:

Because flutter_unity_widget >=2022.1.0 depends on webviewx ^0.2.1 which depends on webview_flutter ^2.0.13, flutter_unity_widget >=2022.1.0 requires webview_flutter ^2.0.13. So, because myproject depends on both flutter_unity_widget ^2022.1.1+3 and webview_flutter ^3.0.2, version solving failed. pub get failed (1; So, because myproject depends on both flutter_unity_widget ^2022.1.1+3 and webview_flutter ^3.0.2, version solving failed.) exit code 1

@Ahmadre
Copy link
Collaborator

Ahmadre commented Jun 20, 2022

This is not an issue with this Plugin.

Please make yourself familiar with: https://dart.dev/tools/pub/dependencies#dependency-overrides in Flutter.

And consider following:

dependency_overrides:
  webview_flutter: 2.0.13

@Ahmadre Ahmadre closed this as completed Jun 20, 2022
@Ahmadre
Copy link
Collaborator

Ahmadre commented Jun 20, 2022

Please also follow: adrianflutur/webviewx#53

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

No branches or pull requests

2 participants