audio_waveform_recorder 0.1.3 copy "audio_waveform_recorder: ^0.1.3" to clipboard
audio_waveform_recorder: ^0.1.3 copied to clipboard

Record audio with a real-time animated waveform visualiser. Playback with waveform scrubbing. Export to M4A/AAC/WAV/MP4. Pure Dart UI + native channels.

0.1.3 #

  • Fixed Kotlin compilation errors on Android (added explicit types to catch blocks).

0.1.2 #

  • Fixed missing Android native files (build.gradle, AndroidManifest.xml).
  • Fixed missing iOS native file (audio_waveform_recorder.podspec).
  • Resolved Gradle NullPointerException during project evaluation.
  • Improved compatibility with modern Android Gradle Plugin (AGP) versions.

0.1.1 #

  • Fix: withOpacity deprecated warnings resolved by switching to withValues(alpha:)
  • Fix: Shortened package description in pubspec.yaml to fix pub score
  • Docs: Completely redesigned README.md for a premium look on pub.dev

0.1.0 #

  • Initial release
  • Real-time waveform recording with animated bar display
  • Ten waveform styles: bars, mirror, line, equalizer, radial, wave, dots, neon, stacked, pixel
  • Pause / resume recording support
  • Waveform playback with tap/drag scrubbing
  • Speed control (0.5× – 2.0×)
  • Silence auto-stop with configurable timeout and threshold
  • Maximum duration limit with progress indicator
  • WaveformData serialisation (toBytes / fromBytes)
  • Waveform extraction from existing audio files
  • Android: MediaRecorder + MediaPlayer + MediaCodec waveform extraction
  • iOS: AVAudioRecorder + AVAudioPlayer + AVAudioFile + vDSP waveform extraction
  • M4A, WAV, MP4, OGG output formats
  • Zero external package dependencies
  • Full unit test coverage for WaveformData, DurationFormatter, config, controllers
5
likes
150
points
103
downloads

Documentation

API reference

Publisher

verified publisheracrocoder.com

Weekly Downloads

Record audio with a real-time animated waveform visualiser. Playback with waveform scrubbing. Export to M4A/AAC/WAV/MP4. Pure Dart UI + native channels.

Repository (GitHub)
View/report issues

Topics

#audio #recorder #waveform #player

License

MIT (license)

Dependencies

flutter

More

Packages that depend on audio_waveform_recorder

Packages that implement audio_waveform_recorder