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

Drop-in Flutter audio recorder with live waveform, playback, WAV trimming, theming, Android foreground-service, and auto-pause on call.

Changelog #

0.1.2 #

  • Improved pubspec description for better pub.dev search visibility.
  • Added screenshots entries to pubspec.yaml for pub.dev gallery rendering.
  • Added ios/Pods/ and ios/.symlinks/ to the example .gitignore.

0.1.1 #

  • Updated repository URL.

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

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Drop-in Flutter audio recorder with live waveform, playback, WAV trimming, theming, Android foreground-service, and auto-pause on call.

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