flutter_dash 1.0.0 copy "flutter_dash: ^1.0.0" to clipboard
flutter_dash: ^1.0.0 copied to clipboard

A Flutter project for draw dashes

flutter_dash #

A small library to draw dashed line in flutter :D

Install #

Just add flutter_dash as a dependency in your pubspec.yaml file.

Usage #

Here are some example:

import 'package:flutter_dash/flutter_dash.dart';

Dash()
Dash(
  direction: Axis.horizontal,
  length: 132,
  dashLength: 12,
  dashColor: Colors.red)

Parameter #

Param Default Desc
direction Axis.horizontal Direction of line
length 200 Length of line
dashLength 6 Length of dash
dashThickness 1 Thickness of dash
dashColor Colors.black Line color
dashBorderRadius 0 Border of dash
dashGap 3 Distance between 2 dash

alt

Don't forget to give a star if it help you #

40
likes
120
pub points
97%
popularity

Publisher

unverified uploader

A Flutter project for draw dashes

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_dash