dashed_rect 0.0.4 copy "dashed_rect: ^0.0.4" to clipboard
dashed_rect: ^0.0.4 copied to clipboard

This package allows you to draw dotted lines with Flutter. You can draw a beautiful dotted line around any widget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dashed_rect
copied to clipboard

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

dependencies:
  dashed_rect: ^0.0.4
copied to clipboard

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_rect/dashed_rect.dart';
copied to clipboard
10
likes
160
points
198
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.13 - 2025.03.28

This package allows you to draw dotted lines with Flutter. You can draw a beautiful dotted line around any widget.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dashed_rect