sound_recorder 0.0.2 copy "sound_recorder: ^0.0.2" to clipboard
sound_recorder: ^0.0.2 copied to clipboard

Flutter plugin that can support audio recording and level metering.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sound_recorder

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

dependencies:
  sound_recorder: ^0.0.2

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:sound_recorder/sound_recorder.dart';
6
likes
40
pub points
58%
popularity

Publisher

unverified uploader

Flutter plugin that can support audio recording and level metering.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

file, flutter, path

More

Packages that depend on sound_recorder