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

Add `border-radius` feature for div elements #1373

Open Mixslav opened 8 months ago

Mixslav commented 8 months ago

This commit introduces a new feature that allows div elements to have rounded borders. Any div can now be styled with rounded corners.

Fixes #1317 Closes #1075