circular_seek_bar 1.1.0+1 circular_seek_bar: ^1.1.0+1 copied to clipboard
Circular progress/seek bar package for flutter that supports customizable animations, dashes, and gradients.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add circular_seek_bar
With Flutter:
$ flutter pub add circular_seek_bar
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
circular_seek_bar: ^1.1.0+1
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:circular_seek_bar/circular_seek_bar.dart';