dashed_painter 1.0.2
dashed_painter: ^1.0.2 copied to clipboard
A simple Flutter plugin to draw dashed lines and shapes on canvas easily.
Changelog #
All notable changes to the flutter_dash_painter package will be documented here.
This project adheres to Semantic Versioning.
1.0.2 - 2025-06-18 #
1.0.1 - 2025-06-17 #
1.0.0 - 2025-06-17 #
🎉 Initial release
Added #
- Core painter (
DashedPainter) to render dashed lines using Canvas - Support for:
- Straight lines (horizontal/vertical)
- Circle shapes (
addOval) - Rounded rectangles (
addRRect)
- Fully customizable:
step: dash lengthspan: space between dashespointCount: number of dots per dashpointWidth: length of each dot
DashedDecorationto easily apply dashed borders toContainer- Supports
colorandgradient(e.g.SweepGradient)