Draw shapes with CustomPaint in Flutter Mar 15, 2022 • 1 min read. In Flutter, you can draw any shape we want to build a custom UI for your mobile app. In this post, we will take a tour of CustomPaint usages. Draw a basic line