next_audio_recorder 1.0.1 copy "next_audio_recorder: ^1.0.1" to clipboard
next_audio_recorder: ^1.0.1 copied to clipboard

A versatile and user-friendly audio recording package for Dart and Flutter applications. Whether you're building a voice memo app, a language learning platform, or integrating audio recording features [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add next_audio_recorder

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  next_audio_recorder: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:next_audio_recorder/next_audio_recorder.dart';
6
likes
135
points
60
downloads

Publisher

verified publisherzrboy.net

Weekly Downloads

A versatile and user-friendly audio recording package for Dart and Flutter applications. Whether you're building a voice memo app, a language learning platform, or integrating audio recording features into your existing application, next_audio_recorder offers powerful functionality with simplicity in mind.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

audio_session, flutter, flutter_sound, flutter_sound_record_platform_interface, path_provider

More

Packages that depend on next_audio_recorder