Is it possible to create a tooth chart like the one I found on codepen.io using Flutter? I attempted to use icons positioned side by side, but it’s not as flexible for reproducing the same image. The chart I found on codepen.io was constructed using CSS and HTML.
Here is the link to the tooth chart: https:// codepen.io/johnstuif/pen/JdOXWa
2
Answers
You can use CustomPaint to draw a path with given offsets.
yes, you can
just use combination widget stack, column and row