Skip to content

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

License

Notifications You must be signed in to change notification settings

TrendingTechnology/Dashed-Rect

 
 

Repository files navigation

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

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


About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 83.4%
  • HTML 14.5%
  • Swift 1.5%
  • Other 0.6%