Flutter Custom Painting: Do Not Fear The CanvasJan 27, 20207 min read#flutter#dart#canvas#paintingThis tutorial shows how to use Flutter custom painters to draw a happy face on screen with Dartpad, starting from scratch. Included: drawing custom shapes with Canvas and Paint, and layout considerations when using CustomPainter.