DEV Community

FaizanKamal7
FaizanKamal7

Posted on

Is there any way to generate flutter code of Adobe XD shapes

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,
                  )
Enter fullscreen mode Exit fullscreen mode

Alt Text

Top comments (0)