FigmaToCode
FigmaToCode copied to clipboard
Vectors for Flutter : Custom Painter
I found out that this Adobe XD plugin which takes a SVG Path and transform it into a Flutter Path works pretty well with Flutter, maybe you can take some inspirations.
I'm going to give a look, thanks! This looks so much like magic.
What's missing in https://pub.dev/packages/flutter_svg for supporting converting vectors to Flutter?
It is not native. If I add support to flutter_svg, my code won't compile in dartpad or any project without its dependency. The Flutter to XD plugin 'solved' this by requiring every user to use their plugin.