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.

example/example.md

Dashed Rect #

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

Bitbucket open issues

Screenshots #

Usage #

Example

To use this package :

  dependencies:
    flutter:
      sdk: flutter
    dashed_rect: ^0.0.1

How to use #

  Container(
  color: Colors.red,
  height: 600,
  width: 300,
  child: const DashedRect(
    color: Colors.grey,
    gap: 1,
    strokeWidth: 1,
  ),
),

Created & Maintained By #

Tushar Nikam

  Stackoverflow Buy Me A Coffee

9
likes
140
pub points
76%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on dashed_rect