flutter_audio_waveforms
flutter_audio_waveforms copied to clipboard
A UI library for easily adding audio waveforms to your apps, with several customization options.
Bumps [very_good_analysis](https://github.com/VeryGoodOpenSource/very_good_analysis) from 2.4.0 to 3.1.0. Release notes Sourced from very_good_analysis's releases. v3.1.0 refactor: remove deprecated unawaited (use unawaited from dart:async instead). feat: additional lint rules: avoid_final_parameters avoid_multiple_declarations_per_line depend_on_referenced_packages no_leading_underscores_for_library_prefixes...
Bumps [dart_code_metrics](https://github.com/dart-code-checker/dart-code-metrics) from 4.8.0 to 4.16.0. Release notes Sourced from dart_code_metrics's releases. dart_code_metrics 4.16.0 What's Changed chore: restrict analyzer version to >=2.4.0 <4.2.0 by @dkrutskikh in dart-code-checker/dart-code-metrics#856 chore: Image google/dart...
Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) from 2.8.0 to 5.1.0. Changelog Sourced from analyzer's changelog. 2.19.0 Language Breaking change #49635[]: Flag additional code as unreachable due to types Null and Never. Several unusual constructs...
How to made it read from the file audio and not include the json file? @rutvik110
This would cause the first and last rectangle to not be rounded. Before:  After:
Hi @rutvik110, I want to show live waveform when recording audio, I try to combine `flutter_audio_waveforms` with `record` library (`record` to get raw bytes when recording, then I use your...
fix bug
Hi, i need to show active waveform between two durations, it will be a helpful feature! Thanks for the great library.
Hi, can you please add feature to seek the waveform to position/duration when tapped?
I want to drow spectrum of signal, not a oscillogram. Is it possible to do it?