animated_music_indicator library

Classes

AnimatedMusicIndicator
If no arguments are supplied AnimatedMusicIndicator will animate by default 5 bars in Colors.white.

Enums

BarStyle
Creates customizable animating music bars to indicate music is being played. AnimatedMusicIndicator can be set to one of three BarStyles:

Functions

generateAnimations({required List<AnimationController> controllers, required int numberOfBars}) List<Animation<double>>
Generates a list of animation objects linked to a TweenSequence, which will control the animation height.
generateControllers({required TickerProvider tickerProvider, required int numberOfBars, required int minBarTime, required dynamic maxBarTime}) List<AnimationController>
Generates a list of controllers all set to a random duration period.