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.76k stars 814 forks source link

How to apply border-radius to div #1075

Open nicks258 opened 2 years ago

nicks258 commented 2 years ago

I am using this plugin for creating dynamic page coming from server. This Plugin helps me to achieve this only problem that I am facing is border-radius is not applying to my div. I read in documentation that container styling is not supported but still I am wondering how can I achieve this as this required for me to give border-radius to my div please help.

I tried inline css also but no luck. (;

balaji101010 commented 3 months ago

not working

Nailsonseat commented 2 months ago

im using pre release 3.0.0-beta.2 cant use the border radius property there