Do anyone know here how to generate the code for shapes like this from adobe xd to flutter? Upon generating the code for that shape I get something like below. For every other widget it is generating code well. I know I shouldn't be looking for these kinds of shortcut and should learn how to make shapes like this in flutter . Because of shortage of time I have to do it.
SvgPicture.asset(
'assets/svg/Path 8.svg',
height: 595.6666259765625,
width: 501.8892822265625,
)
Top comments (0)