Last updated:
0 purchases
animated music indicator
Display an animated equalizer to indicate music is playing. #
Features #
You can customize by selecting one of three styles: 1. solid, 2. circle & 3. dash.
Animation #
You can control the animation by passing a boolean to animate.
Usage #
Simple example:
AnimatedMusicIndicator();
copied to clipboard
Customized example:
AnimatedMusicIndicator(
animate: _animate,
numberOfBars: 8,
size: 0.50,
backgroundColor: Colors.white,
barStyle: BarStyle.dash,
roundBars: false,
colors: const [
Colors.red,
Colors.blue,
Colors.green,
Colors.black,
Colors.greenAccent,
Colors.purpleAccent,
Colors.lightGreen,
Colors.lightBlue,
],
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.