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.75k stars 805 forks source link

[BUG] #1408

Open AaronLeeeee opened 4 months ago

AaronLeeeee commented 4 months ago

Describe the bug:

i create a empty flutter project and follow the standard "flutter_html" installation process. However i run into this Error (Xcode): ../../../.pub-cache/hosted/pub.dev/flutter_math_fork-0.5.0/lib/src/widgets/selection/handle_overlay.dart:60:40: Error: Member not found: 'fadeDuration'.

image
AaronLeeeee commented 4 months ago

Should i change to some beta version?

sachavedi commented 4 months ago

Got the same problem upgrade it to beta but i can't use "tagList" anymore Did you find something interesting ?

AaronLeeeee commented 3 months ago

@sachavedi I change to flutter_widget_from_html instead.