segmented_progress_indicator 0.1.0
segmented_progress_indicator: ^0.1.0 copied to clipboard
Segmented arc progress and spinner widgets for Flutter. Includes a compact progress indicator with optional center value and a fading trail spinner with child overlay support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add segmented_progress_indicatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
segmented_progress_indicator: ^0.1.0Alternatively, 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:segmented_progress_indicator/segmented_progress_indicator.dart';