Hi, the webview_flutter plugin is now stable with version 1.0.0, but flutter_html depends on a a specific older version.
If I try to use both in my project, I get this error message:
Because flutter_html 1.0.2 depends on webview_flutter ^0.3.22+1 and no versions of flutter_html match >1.0.2 <2.0.0, flutter_html ^1.0.2 requires webview_flutter ^0.3.22+1.
So, because enough_mail_app depends on both webview_flutter ^1.0.0 and flutter_html ^1.0.2, version solving failed.
IMHO it would be great to remove the dependency on webview_flutter completely, but please support the stable version.
Many thanks,
yours
Robert
cf #412
The fix for this issue is merged into master (but no new release to pub.dev has been made yet). If you need to, you may use it by referencing this specific git commit (f1c52678a1a278498d2b520a53c8fcdab28916fb) in your pubspec.
This is fixed by 1.1.1 and was merged with #412
Most helpful comment
cf #412