FigmaToCode icon indicating copy to clipboard operation
FigmaToCode copied to clipboard

Vectors for Flutter : Custom Painter

Open sachaarbonel opened this issue 4 years ago • 3 comments

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.

sachaarbonel avatar Aug 12 '20 06:08 sachaarbonel

I'm going to give a look, thanks! This looks so much like magic.

bernaferrari avatar Aug 17 '20 17:08 bernaferrari

What's missing in https://pub.dev/packages/flutter_svg for supporting converting vectors to Flutter?

philippnagel avatar Dec 20 '20 19:12 philippnagel

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.

bernaferrari avatar Dec 20 '20 20:12 bernaferrari