Sub6Resources / flutter_html

A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
https://pub.dev/packages/flutter_html
MIT License
1.8k stars 874 forks source link

It is not compatible with new version of flutter_svg. #1140

Closed nbnD closed 2 years ago

nbnD commented 2 years ago

I am getting this error when using the flutter_svg of latest version. flutter_html 2.2.1 depends on flutter_svg >=0.22.0 <1.0.0 and no versions of flutter_html match >2.2.1 <3.0.0, flutter_html ^2.2.1 requires flutter_svg >=0.22.0 <1.0.0.

Sub6Resources commented 2 years ago

You'll need to upgrade to flutter_html v3.0.0-alpha.5. We're working on getting that release pushed to the stable channel.

Thanks!