flutter_audio_waveforms icon indicating copy to clipboard operation
flutter_audio_waveforms copied to clipboard

A UI library for easily adding audio waveforms to your apps, with several customization options.

Results 21 flutter_audio_waveforms issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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...

dependencies

How to made it read from the file audio and not include the json file? @rutvik110

discussion

This would cause the first and last rectangle to not be rounded. Before: ![Screenshot 2024-02-08 at 3 17 49 PM](https://github.com/rutvik110/flutter_audio_waveforms/assets/13773566/04f6c0f7-ce80-4c9a-9783-b5afe3543843) 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...

Hi, i need to show active waveform between two durations, it will be a helpful feature! Thanks for the great library.

enhancement

Hi, can you please add feature to seek the waveform to position/duration when tapped?

enhancement

I want to drow spectrum of signal, not a oscillogram. Is it possible to do it?