xrb21 / flutter-html-editor

MIT License
82 stars 64 forks source link

please update the version of the webview package #27

Closed verkit closed 3 years ago

verkit commented 4 years ago

I have error when I running flutter pub get with latest version of webview_flutter,

Running "flutter pub get" in flutter_app...             
Because html_editor 1.0.1 depends on webview_flutter ^0.3.21 and no versions of html_editor match >1.0.1 <2.0.0, html_editor ^1.0.1 requires webview_flutter ^0.3.21.

So, because flutter_app depends on both html_editor ^1.0.1 and webview_flutter ^1.0.7, version solving failed.
pub get failed (1; So, because flutter_app depends on both html_editor ^1.0.1 and webview_flutter ^1.0.7, version solving failed.)
xiaoyu1035355110 commented 3 years ago

I have the same problem