gradient_progress 0.1.0 gradient_progress: ^0.1.0 copied to clipboard
A Gradient color support progressbar, fast way to have a beatiful gradient progress in your flutter app.
gradient_progress #
A Gradient color support progressbar.
Screenshots #
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!