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.
- Host: GitHub
- URL: https://github.com/champ96k/dashed-rect
- Owner: champ96k
- License: mit
- Created: 2021-09-19T16:27:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T06:36:30.000Z (over 3 years ago)
- Last Synced: 2025-03-27T00:11:23.295Z (3 months ago)
- Topics: dart, dart-package, flutter, flutter-apps, flutter-demo, flutter-examples, flutter-package, flutter-plugin, flutter-widget, flutter-widgets, library
- Language: Dart
- Homepage: https://pub.dev/packages/dashed_rect
- Size: 103 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.

## Screenshots

## 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)