rutvik110 / flutter_audio_waveforms

A UI library for easily adding audio waveforms to your apps, with several customization options.
https://pub.dev/packages/flutter_audio_waveforms
MIT License
123 stars 28 forks source link

Could please add a callback for the tap or click event? #41

Closed newproplus closed 1 year ago

newproplus commented 1 year ago

In my opinion, if there is a callback when users tap or click the waveform, it will easily do more things. For example, return the percentage of the width param.

Thank you.