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
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.)
The text was updated successfully, but these errors were encountered:
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:
Describe your feature request
I would love to be able to use both
webview_flutter
package version3.0.0
andflutter_html
Additional context
Current status :
The text was updated successfully, but these errors were encountered: