ProgressBarIndicator
A Flutter package to display a linear progress bar indicator with smooth transitions, customizable colors, sizes, and callbacks.
Features
- Customizable alignment, width, height, and color.
- Configurable start and end time.
- Callback for progress completion.
- Smooth transitions using
TweenAnimationBuilder
.
Getting Started
Installation
Add progress_bar_indicator
to your pubspec.yaml
file:
dependencies:
flutter:
sdk: flutter
get:
progress_bar_indicator:

