gradient_progress 0.0.1 gradient_progress: ^0.0.1 copied to clipboard
A Gradient color support progressbar.
gradient_progress #
A Gradient color support progressbar.
Screenshots #
![screenshot][https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/docs/imgs/gradient_circular_progress.png]
Getting Started #
-
Depend on it by adding this to your pubspec.yaml file:
gradient_progress: ^0.0.1
-
Import it:
import 'package:gradient_progress.dart'
-
Add GradientCircularProgressIndicator in your widget layout and have a gradient progress!