Drawing Curved Dashed Lines in Flutter

Meysam Mahfouzi
4 min readMar 8, 2019

In this article we are going to draw a curved dashed line like the following:

I suppose you are already familiar with how to draw custom shapes and lines in Flutter. If not, you can read the article I wrote on this topic.

Let’s get started by creating our main file:

--

--