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.4

How to use

 DashedRect(
    gap: 8,
    strokeWidth: 8.0,
    color: Colors.white,
    child: yourWidget,
  ),

Created & Maintained By

Tushar Nikam