chengguo_audio_recorder 0.0.1+1 copy "chengguo_audio_recorder: ^0.0.1+1" to clipboard
chengguo_audio_recorder: ^0.0.1+1 copied to clipboard

discontinued

A flutter plugin for audio record.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chengguo_audio_recorder

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

dependencies:
  chengguo_audio_recorder: ^0.0.1+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:chengguo_audio_recorder/audio_recorder.dart';
import 'package:chengguo_audio_recorder/error_code.dart';