From 65f878fbfd088c008785a358b4bc73f40d3c76f4 Mon Sep 17 00:00:00 2001 From: Li Wenyan Date: Mon, 16 Sep 2019 06:20:02 +0800 Subject: [PATCH] added new plugin - flutter_audio_recorder New plugin for audio recording, it provides full controls(start/pause/resume/stop) and access to recording details(such as level metering) while recording. --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 65f795f..a7556e1 100644 --- a/source.md +++ b/source.md @@ -307,6 +307,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz) - [Stereo](https://github.com/2find/stereo) - Playing music on iOS and Android by [2Find](https://github.com/2find) - [Flutter Sound](https://github.com/dooboolab/flutter_sound) - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab) +- [Flutter_Audio_Recorder](https://github.com/shadow-app/flutter_audio_recorder) - Audio recorder that provides full controls(start/pause/resume/stop) and access to recording details(such as level metering) while recording by [Wenyan Li](https://github.com/nikli2009). #### Video