Last updated:
0 purchases
flutter dotted
Flutter Dotted #
This package allows you to draw dotted lines with Flutter. You can draw a beautiful dotted line around the container.
Screenshots #
Usage #
Example
To use this package :
add the dependency to your pubspec.yaml file.
dependencies:
flutter:
sdk: flutter
flutter_dotted: ^0.0.4
copied to clipboard
How to use #
FlutterDotted(
gap: 8,
strokeWidth: 8.0,
color: Colors.white,
child: Text("hello") // Child you can refactor base on your requirement
)
copied to clipboard
Created & Maintained By #
Abdul Rehman
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.