An open API service indexing awesome lists of open source software.

https://github.com/champ96k/dashed-rect

This package allows you to draw dotted lines with Flutter. You can draw a beautiful dotted line.
https://github.com/champ96k/dashed-rect

dart dart-package flutter flutter-apps flutter-demo flutter-examples flutter-package flutter-plugin flutter-widget flutter-widgets library

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Dashed Rect

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

![Bitbucket open issues](https://img.shields.io/bitbucket/issues-raw/champ96k/DashedRect)

## Screenshots

![](https://i.ibb.co/kmYrfcM/screenshot.png)

## Usage

[Example](https://github.com/champ96k/DashedRect/tree/master/example)

To use this package :

- add the dependency to your [pubspec.yaml](https://github.com/champ96k/DashedRect/tree/master/example/pubspec.yaml) file.

```yaml
dependencies:
flutter:
sdk: flutter
dashed_rect: ^0.0.4
```

### How to use

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

### Created & Maintained By

[Tushar Nikam](https://champ96k.github.io)