flutter_widget_from_html
flutter_widget_from_html copied to clipboard
Add support for inline style `background`
background-color
has already been supported. It would be great if background
works too.
- [x] background-color
- [ ] background-image
- [ ] repeat-style?
- [ ] layers?
https://developer.mozilla.org/en-US/docs/Web/CSS/background
background: red
now works, thanks to #275
Any progress on the background image here? :)
No update since August last year 😅
v0.14.6
has been released with support for background image, thanks to contributions from @anttileppa 🔥🔥🔥🔥 I'm gonna close this issue today because layers support is unlikely to be implemented anytime soon.