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

Make maxDuration and elapsedDuration as optional arguments #20

Closed rutvik110 closed 2 years ago

rutvik110 commented 2 years ago

Description : At the moment when you're using a waveform, you've to provide the maxDuration and elapsedDuration to it. But this would be redundant if you just want a static waveform without active track.

Solution : Making maxDuration and elapsedDuration as optional arguments when declaring a waveform.

rutvik110 commented 2 years ago

Updates are now live in the latest release of the package ! 🙌 https://pub.dev/packages/flutter_audio_waveforms/changelog