How to make this Zig-Zag Progress design in Flutter?
I have the following design in Figma that I want to implement in Flutter. The design is a Zig-Zag pattern that represents a progress indicator, where it moves towards the end. When a step is completed, a custom checkmark will…