gradient_progress_bar 1.0.4 gradient_progress_bar: ^1.0.4 copied to clipboard
This package allows you to Customise your progress indicator as Gradient progress indicator
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gradient_progress_bar
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
gradient_progress_bar: ^1.0.4
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:gradient_progress_bar/gradient_progress_bar.dart';