DEV Community

FaizanKamal7
FaizanKamal7

Posted on

1

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)

AWS Q Developer image

Your AI Code Assistant

Generate and update README files, create data-flow diagrams, and keep your project fully documented. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay