flutter_dotted 0.0.4 copy "flutter_dotted: ^0.0.4" to clipboard
flutter_dotted: ^0.0.4 copied to clipboard

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

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

How to use #

 FlutterDotted(
    gap: 8,
    strokeWidth: 8.0,
    color: Colors.white,
    child: Text("hello") // Child you can refactor base on your requirement
  )

Created & Maintained By #

Abdul Rehman

2
likes
150
points
100
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on flutter_dotted