0 purchases
dotted line flutter
About #
This package allows you to draw a horizontal dashed lines in any Flutter Platform.
Output #
Usage #
Install and import the package:
import 'package:dotted_line_flutter/dotted_line_flutter.dart';
copied to clipboard
#
Basic Implementation:
SizedBox(
width: double.infinity,
child: CustomPaint(
painter: DottedLinePainter(
color: Colors.red,
lineThickness: 10,
dashGap: 10,
gapColor: Colors.black
),
),
),
copied to clipboard
License #
MIT
Feedback #
If you have any feedback, please reach out to us at [email protected]
Hi, I'm Puneet ! 👋 #
🚀 About Me #
I'm a full stack developer...
🔗 Links #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.