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 875 forks source link

Resolve: [BUG]':hover' selector of type PseudoClassSelector is not implemented #1423

Open DanilKarasev opened 6 months ago

DanilKarasev commented 6 months ago

The issue should be fixed on the html side, really; throwing errors looks too excessive to me. Ignoring it is also not the best solution, but it looks better than crashing the widget.

Resolves https://github.com/Sub6Resources/flutter_html/issues/1298