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.
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.