dotted_border 1.0.5 copy "dotted_border: ^1.0.5" to clipboard
dotted_border: ^1.0.5 copied to clipboard

outdated

A flutter package to let users easily add a dashed border around any widget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dotted_border

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

dependencies:
  dotted_border: ^1.0.5

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:dotted_border/dotted_border.dart';
1280
likes
0
pub points
100%
popularity

Publisher

unverified uploader

A flutter package to let users easily add a dashed border around any widget.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path_drawing

More

Packages that depend on dotted_border