You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
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 *** depends on both webview_flutter ^3.0.1 and flutter_unity_widget ^2022.1.1+3, version solving failed.
To Reproduce
flutter pub upgrade
Expected behavior
we can use webview_flutter ^3.0.1
The text was updated successfully, but these errors were encountered:
Agreed, this isn't a bug in the package but I think still a valid request. Using dependency-overrides can lead to unexpected behaviour, and webview_flutter ^2.0.13 is quite an old version. Looking at the changelog, most changes seem to be quite minor, except for a breaking change in 3.0.0:
BREAKING CHANGE: On Android, hybrid composition (SurfaceAndroidWebView) is now the default. The previous default, virtual display, can be specified with WebView.platform = AndroidWebView()
Describe the bug
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 *** depends on both webview_flutter ^3.0.1 and flutter_unity_widget ^2022.1.1+3, version solving failed.
To Reproduce
flutter pub upgrade
Expected behavior
we can use webview_flutter ^3.0.1
The text was updated successfully, but these errors were encountered: