{"id":27055057,"url":"https://github.com/fingerart/flutter_audio_recorder","last_synced_at":"2025-04-05T09:18:34.117Z","repository":{"id":56826997,"uuid":"222413050","full_name":"fingerart/flutter_audio_recorder","owner":"fingerart","description":"flutter_audio_recorder","archived":false,"fork":false,"pushed_at":"2020-07-16T06:08:14.000Z","size":721,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T17:52:17.141Z","etag":null,"topics":["audio-recorder","flutter"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fingerart.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-18T09:40:13.000Z","updated_at":"2023-06-10T10:26:24.000Z","dependencies_parsed_at":"2022-09-20T22:11:15.130Z","dependency_job_id":null,"html_url":"https://github.com/fingerart/flutter_audio_recorder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fingerart%2Fflutter_audio_recorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fingerart%2Fflutter_audio_recorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fingerart%2Fflutter_audio_recorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fingerart%2Fflutter_audio_recorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fingerart","download_url":"https://codeload.github.com/fingerart/flutter_audio_recorder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312103,"owners_count":20918363,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio-recorder","flutter"],"created_at":"2025-04-05T09:18:33.498Z","updated_at":"2025-04-05T09:18:34.092Z","avatar_url":"https://github.com/fingerart.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_audio_recorder\n\n[![pub package](https://img.shields.io/pub/v/chengguo_audio_recorder.svg)](https://pub.dartlang.org/packages/chengguo_audio_recorder)\n\nA flutter plugin for audio record.\n\n*Note*: This plugin is still under development, and some APIs might not\nbe available yet.\n[Feedback welcome](https://github.com/FingerArt/flutter_audio_recorder/issues)\nand\n[Pull Requests](https://github.com/FingerArt/flutter_audio_recorder/pulls)\nare most welcome!\n\n## Preview\n\n![chengguo-audio-recorder](./screenshots/chengguo-audio-recorder.gif)\n\n## Support platform\n\n- [x] Android\n- [x] iOS\n\n## Installation\n\nFirst, add `chengguo_audio_recorder` as a\n[dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).\n\n```yaml\ndependencies:\n  chengguo_audio_recorder\n```\n\nOn iOS you need to add a usage description to `info.plist`:\n\n```xml\n\u003ckey\u003eNSMicrophoneUsageDescription\u003c/key\u003e\n\u003cstring\u003eThis sample uses the microphone to record your speech and convert it to text.\u003c/string\u003e\n\u003ckey\u003eUIBackgroundModes\u003c/key\u003e\n\u003carray\u003e\n\t\u003cstring\u003eaudio\u003c/string\u003e\n\u003c/array\u003e\n```\n\n## Example\n\n1. Start record\n\n```dart\nvar path = await AudioRecorder.startRecord();\n```\n\n2. Stop record\n\n```dart\nawait AudioRecorder.stopRecord();\n```\n\n3. Determine whether the recording\n\n```dart\nvar isRecording = await AudioRecorder.isRecording();\n```\n\n## Error code\n\n| Error code  | Remark |\n|---| --- |\n| PERMISSION_DENIED | Request permission is denied. |\n| OPTIONS_ERROR | Options error. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffingerart%2Fflutter_audio_recorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffingerart%2Fflutter_audio_recorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffingerart%2Fflutter_audio_recorder/lists"}