Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 401 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 401 Bytes

gradient_progress

A Gradient color support progressbar.

Screenshots

screenshot

Getting Started

  1. Depend on it by adding this to your pubspec.yaml file: gradient_progress: ^0.0.1

  2. Import it: import 'package:gradient_progress.dart'

  3. Add GradientCircularProgressIndicator in your widget layout and have a gradient progress!