IntervalProgressBar
An interval progress widget for Flutter.
Depend on it
https://pub.dev/packages/intervalprogressbar
Add this to your package's pubspec.yaml file:
dependencies:
intervalprogressbar: ^0.0.2
Features
- Horizontal
- Vertical
- Interval Progress
- Colorful
Getting Started
Preview Sample Code
Property
Property | type | note |
---|---|---|
direction | enum |
ProgressBar's direction, support vertical and horizontal |
max | int |
count of default blocks |
progress | int |
count of highlight blocks |
intervalSize | int |
size of interval blocks. when vertical direction, means height, when horizontal direction, means width |
size | Size |
size of this widget |
highlightColor | Color |
color of highlight blocks |
defaultColor | Color |
color of default blocks |
intervalColor | Color |
color of default intervals |
intervalHighlightColor | Color |
color of intervals which between highlight blocks |
reverse | bool |
|
radius | int |