flutter_audio_recorder_kit 0.1.0 copy "flutter_audio_recorder_kit: ^0.1.0" to clipboard
flutter_audio_recorder_kit: ^0.1.0 copied to clipboard

Drop-in audio recorder for Flutter with live waveform, playback, WAV trimming, file upload, and full theming. Supports Android foreground-service background recording, auto-pause on call, and a headle [...]

Changelog #

0.1.0 #

Initial release.

  • AudioRecorderWidget: drop-in, themeable recorder UI with live waveform, elapsed-time display, status pill, and animated record button.
  • RecorderFeatures: recording, playback, trimming, and upload are each individually toggleable per widget instance, with presets (all, recordOnly, recordAndTrim, playbackOnly).
  • AudioPlaybackPanel: standalone playback + WAV trim panel for any audio file path.
  • AudioRecorderController: headless recording API (start/pause/resume/stop, amplitude stream, call-interruption stream) for custom UIs.
  • RecordingConfig: configurable format (WAV / AAC .m4a), sample rate, bit rate, channels, output directory and file name, foreground-service notification (title/text), and auto-pause-on-call.
  • AudioRecorderTheme: full color theming with AudioRecorderTheme.fromColorScheme to match the host app's Material theme.
  • AudioTrimService: pure-Dart PCM WAV trimming.
  • Android: foreground-service recording with persistent notification and telephony-based auto-pause/resume around phone calls.
  • iOS: background recording via the audio background mode and auto-pause on audio-session interruptions.
1
likes
0
points
224
downloads

Publisher

unverified uploader

Weekly Downloads

Drop-in audio recorder for Flutter with live waveform, playback, WAV trimming, file upload, and full theming. Supports Android foreground-service background recording, auto-pause on call, and a headless controller API for custom UIs. Every feature is individually toggleable via RecorderFeatures.

Repository (GitHub)
View/report issues

Topics

#audio #recorder #recording #waveform #playback

License

unknown (license)

Dependencies

audio_session, file_picker, flutter, just_audio, path, path_provider, permission_handler, record

More

Packages that depend on flutter_audio_recorder_kit

Packages that implement flutter_audio_recorder_kit