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
Trying to use both html_editor and webview_flutter fails in my project with the following error:
Running "flutter pub get" in enough_mail_app...
Because every version of html_editor depends on webview_flutter ^0.3.21 and enough_mail_app depends on webview_flutter ^1.0.0, html_editor is forbidden.
So, because enough_mail_app depends on html_editor ^1.0.1, version solving failed.
As the 1.0.0 release of webview_flutter is currently the only stable release, it would be great if that is supported by html_editor, too.
The text was updated successfully, but these errors were encountered:
Trying to use both
html_editor
andwebview_flutter
fails in my project with the following error:As the 1.0.0 release of
webview_flutter
is currently the only stable release, it would be great if that is supported byhtml_editor
, too.The text was updated successfully, but these errors were encountered: