mic_stream_recorder 1.0.0
mic_stream_recorder: ^1.0.0 copied to clipboard
A Flutter plugin for real-time microphone audio stream recording on iOS and Android platforms.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mic_stream_recorderWith Flutter:
$ flutter pub add mic_stream_recorderThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mic_stream_recorder: ^1.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mic_stream_recorder/mic_stream_recorder.dart';