audio_recorder_mc 1.0.5 copy "audio_recorder_mc: ^1.0.5" to clipboard
audio_recorder_mc: ^1.0.5 copied to clipboard

This is a flutter plugin for recording audio for Android and IOS. You can read the samples from the microphone and choose the desired sample rate.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add audio_recorder_mc

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

dependencies:
  audio_recorder_mc: ^1.0.5

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:audio_recorder_mc/audio_recorder_mc.dart';
4
likes
30
pub points
21%
popularity

Publisher

unverified uploader

This is a flutter plugin for recording audio for Android and IOS. You can read the samples from the microphone and choose the desired sample rate.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, permission_handler

More

Packages that depend on audio_recorder_mc