dashed_color_circle 0.0.2 dashed_color_circle: ^0.0.2 copied to clipboard
A fully customizable dashed color circle. You can add partial colors, change the style of the dashes and edit it however you wish.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dashed_color_circle
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
dashed_color_circle: ^0.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dashed_color_circle/dashed_color_circle.dart';