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

A Flutter package to easily add dashed borders around widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dashed_outline

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  dashed_outline: ^0.1.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dashed_outline/dashed_outline.dart';
12
likes
155
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to easily add dashed borders around widgets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_drawing

More

Packages that depend on dashed_outline