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.79k stars 860 forks source link

[BUG] Border Radius on inline css not working #1248

Closed 2001arman closed 1 year ago

2001arman commented 1 year ago

Describe the bug: when we make inline css in html tag, the border radius value is not working.

HTML to reproduce the issue:

for example like this inline css style on html tag style=" background-color: #F9F9F9; border-radius: 50px; margin-bottom: 6px

Html widget configuration:

Expected behavior:

Screenshots:

Device details and Flutter/Dart/flutter_html versions:

Stacktrace/Logcat

Additional info:

A picture of a cute animal (not mandatory but encouraged)

Sub6Resources commented 1 year ago

Duplicate of #1075