How can i Implement music equaliser as well as visualiser in flutter?

1k Views Asked by At

I am implementing a music app in a flutter. In the app, I want to implement a music equalizer first, and together with this want to implement a visualizer.

like this : Qualizer and Visualizer

I have used this package Qualizer but it doesn't provide sound null safety. so I need an alternative to this.

1

There are 1 best solutions below

0
Ahmed Al-shakkaki On

I've been trying to do the same thing and I was able to implement an equalizer using this package just_audio but the only problem is that it only worked on Android and I couldn't make it work on IOS, I found an issue on GitHub discussing this matter but it was kinda confusing I'm trying to make it work still GitHub link