Skip to content

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

License

Notifications You must be signed in to change notification settings

kamjony/dotted_dashed_line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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';

Basic Implementation: Vertical:

DashedLine(height: 100, width: 0, axis: Axis.vertical)

Horizontal:

DashedLine(height: 0, width: 100, axis: Axis.horizontal)

Example

The sample code can be found under the example package.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published