Flutter_html: Dependency on old webview_flutter plugin

Created on 2 Oct 2020  路  3Comments  路  Source: Sub6Resources/flutter_html

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

Most helpful comment

cf #412

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hunglv21 picture hunglv21  路  5Comments

freddoOswaldo picture freddoOswaldo  路  4Comments

ngaurav picture ngaurav  路  6Comments

Larpoux picture Larpoux  路  3Comments

assurancetourix picture assurancetourix  路  3Comments