Drawing Custom Shapes With CustomPainter in Flutter | raywenderlich.com

Learn how to use a Flutter CustomPainter to draw custom shapes and paths by creating a neat curved profile card with gradient colors.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/7560981-drawing-custom-shapes-with-custompainter-in-flutter
1 Like

Hello there! Well, iโ€™m trying to play around with posenet and wanted to draw lines on the screen, so it looks like a stick man (exactly like the link below). I found codes in many forms but in Flutter (in flutter i can only get the points, but not the lines :frowning:) . Can i draw those lines with CustomPainter or should i use something else?

Very well written article. Good job!

@tarek Can you please help with this when you get a chance? Thank you - much appreciated! :]

I really found It helpfull thanks a lot