dotted_line_flutter

Creator: coderz1093

Last updated:

0 purchases

dotted_line_flutter Image
dotted_line_flutter Images

Languages

Categories

Add to Cart

Description:

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 #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.