smart_progress_indicator 1.0.0 copy "smart_progress_indicator: ^1.0.0" to clipboard
smart_progress_indicator: ^1.0.0 copied to clipboard

A customizable and real-time progress indicator for Flutter apps.

Smart Progress Indicator #

A customizable and real-time progress indicator for Flutter apps. Supports both circular and linear styles with options for color, stroke width, progress text, and an optional cancel button.

Features #

  • Supports circular and linear progress indicator shapes.
  • Display progress as a percentage with custom color and background.
  • Add a cancel button to stop the progress and reset.
  • Real-time progress updates with stream-based implementation.
  • Fully customizable progress styles (color, stroke width, text).
  • Show a message below the indicator for user feedback.

Installation #

Add this to your pubspec.yaml file:

dependencies:
  custom_progress_indicator:
    path: ../smart_progress_indicator  
1
likes
150
points
88
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable and real-time progress indicator for Flutter apps.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on smart_progress_indicator