simple_waveform_progressbar

Creator: coderz1093

Last updated:

Add to Cart

Description:

simple waveform progressbar

Simple Waveform Progressbar #
A simple progressbar made using wave-like bars.
Usage #
SizedBox(
width: double.infinity,
height: 20,
child: Center(
child: WaveformProgressbar(
color: Colors.grey,
progressColor: Colors.red,
progress: progress,
onTap: (progress) {
var tt = progress;
},
),
),
),
copied to clipboard

Contributing #
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
License #
MIT

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.