Flutter Dotted

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

Github open issues

Screenshots

Usage

Example

To use this package :

dependencies:
  flutter:
    sdk: flutter
  flutter_dotted: ^0.0.3

How to use

 FlutterDotted(
    gap: 8,
    strokeWidth: 8.0,
    color: Colors.white
  )

Created & Maintained By

Abdul Rehman

Libraries

flutter_dotted