mobile_audio_recorder 1.0.0+4 copy "mobile_audio_recorder: ^1.0.0+4" to clipboard
mobile_audio_recorder: ^1.0.0+4 copied to clipboard

This is a flutter plugin for recording audio for Android only. 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 mobile_audio_recorder

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

dependencies:
  mobile_audio_recorder: ^1.0.0+4

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:mobile_audio_recorder/mobile_audio_recorder.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitLab)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, permission_handler

More

Packages that depend on mobile_audio_recorder