wave_progress_indicator 0.0.1 copy "wave_progress_indicator: ^0.0.1" to clipboard
wave_progress_indicator: ^0.0.1 copied to clipboard

A customizable wave-style progress indicator for Flutter apps.

🌊 Wave Progress Indicator #

A customizable and animated wave progress indicator widget for Flutter. Perfect for visualizing progress with a fluid, liquid-like motion.

✨ Features #

  • 🎨 Customizable gradient or solid wave fill
  • 🌊 Adjustable wave height and animation speed
  • 🧱 Optional rounded corners via BorderRadius
  • 🧩 Overlay support via child widget
  • ⚡ Smooth and lightweight animation

Parameters: #

  • value (required): Progress value between 0.0 and 1.0.
  • gradientColors: List of colors used to build a default gradient if gradient is not provided.
  • gradient: A custom LinearGradient for the wave fill.
  • waveHeight: The amplitude of the wave.
  • speed: The speed of the wave animation.
  • borderRadius: The radius to apply to the clipped container.
  • child: An optional widget to display over the wave (e.g., text or icon).

🛠 Getting Started #

Add the package to your pubspec.yaml:

dependencies:
  wave_progress_indicator: ^1.0.0
4
likes
160
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable wave-style progress indicator for Flutter apps.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on wave_progress_indicator