smooth_progress_bar_indicator 0.0.3
smooth_progress_bar_indicator: ^0.0.3 copied to clipboard
A Flutter package to display a linear progress bar indicator.
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:

