mc_flutter_recorder 0.0.1 copy "mc_flutter_recorder: ^0.0.1" to clipboard
mc_flutter_recorder: ^0.0.1 copied to clipboard

A flutter plugin for recording audio. Not only does it support basic recording functions, but it also supports audio interruption policy control and other exception handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mc_flutter_recorder

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

dependencies:
  mc_flutter_recorder: ^0.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:mc_flutter_recorder/mc_flutter_recorder.dart';
4
likes
150
points
32
downloads

Publisher

verified publishernotta.ai

Weekly Downloads

A flutter plugin for recording audio. Not only does it support basic recording functions, but it also supports audio interruption policy control and other exception handling.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mc_flutter_recorder