dotted_dashed_line 0.0.3 copy "dotted_dashed_line: ^0.0.3" to clipboard
dotted_dashed_line: ^0.0.3 copied to clipboard

This package allows you to draw a horizontal or vertical dashed lines in any Flutter Platform.

About #

This package allows you to draw a horizontal or vertical dashed lines in any Flutter Platform.

example

Usage #

Install and import the package:

import 'package:dotted_dashed_line/dotted_dashed_line.dart';
copied to clipboard

Basic Implementation: Vertical:

DottedDashedLine(height: 100, width: 0, axis: Axis.vertical)
copied to clipboard

Horizontal:

DottedDashedLine(height: 0, width: 100, axis: Axis.horizontal)
copied to clipboard

Example #

The sample code can be found under the example package.

38
likes
160
points
4.26k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.13 - 2025.03.28

This package allows you to draw a horizontal or vertical dashed lines in any Flutter Platform.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on dotted_dashed_line