Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mpcreza/mini_music_visualizer

A flutter package for show simple music visualizer animation
https://github.com/mpcreza/mini_music_visualizer

dart flutter flutter-package flutter-widget music-visualizer

Last synced: about 2 months ago
JSON representation

A flutter package for show simple music visualizer animation

Awesome Lists containing this project

README

        

# mini_music_visualizer [![pub package](https://img.shields.io/pub/v/mini_music_visualizer.svg)](https://pub.dev/packages/mini_music_visualizer)

A flutter package for show simple music visualizer animation

forked from [music_visualizer_package](https://github.com/Rajkumar07793/music_visualizer_package)

### Example

```dart
MiniMusicVisualizer(
color: Colors.red,
width: 4,
height: 15,
)
```

### See the demo project for the complete example.