September 2019
Beginner
512 pages
12h 52m
English
The Canvas object is not available anywhere in Flutter; this can cause confusion. Whenever we want to draw things by hand, we need to use the CustomPaint widget. The main purpose of this widget is to provide a Canvas object for us to work on.
Having a Canvas and a CustomPaint widget is not enough to draw on. The purpose of CustomPaint is to provide Canvas and delegate a CustomPainter object that will be responsible for drawing on it.
Read now
Unlock full access