xrb21 / flutter-html-editor

MIT License
82 stars 64 forks source link

Not compatible with webview_flutter 1.0.0 #18

Open robert-virkus opened 4 years ago

robert-virkus commented 4 years ago

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.

abdussamad0 commented 4 years ago

@robert-virkus facing the same issue

blue492 commented 4 years ago

Same issue here, and _keyEditor.currentState.getText() dont work in ios, only in Android works.