Eric Kok
Eric Kok
I _think_ we can support this quite easily for block style elements, though specifically for tables it is more tricky - see #811 for a discussion on that. Basically with...
We merged custtomRender support for SelectableHtml already into master and you can test it using flutter_html 3.0.0-alpha.2. There is no out-of-the-box feature parity though (notably images are not yet supported).
Yes we can give it another go. Perhaps with Flutter 3 it is mature enough.
Certainly based image rendering is working. Do you have any example html that you use? Where are the images coming from? What platform are you testing on? Which version of...
What are you trying to achieve? For styling I suggest to use the styling API instead of custom render. Since tr's are just markers for a layout they are part...
Yeah I don't think there is any way currently to achieve that. You can apply styling to a tr but not for every other row.
Yes I understand, it's just that `tr`s aren't rendered by themselves, because they do not necessarily translate into a single, horizontal row, given col/row spans and such odd tables. I...
Try version 3.0.0 alpha 3.
Looks like an incompatiblity between your dependencies. Could you list at least the versions you use of flutter, flutter_html and flutter_math_fork?
Can you include the css you are trying to use? You should also note that we might not support all of the css properties, for example ::hover and import.