dashed_outline 0.0.2 copy "dashed_outline: ^0.0.2" to clipboard
dashed_outline: ^0.0.2 copied to clipboard

A Flutter package to easily add dashed borders around widgets.

Dashed Outline #

A Flutter package to easily add dashed borders around widgets.

Installation #

Add this to your pubspec.yaml:

dependencies:
  dashed_outline: ^0.0.1
  
import 'package:dashed_outline/dashed_outline.dart';

DashedOutline(
  borderType: BorderType.RRect,
  radius: 12,
  dashPattern: [6, 3, 2, 3],
  child: Container(
    height: 150,
    width: 100,
    color: Colors.amber,
  ),
);
12
likes
0
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to easily add dashed borders around widgets.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, path_drawing

More

Packages that depend on dashed_outline