<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_plugin_record/.dart_tool" /> <excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_plugin_record/.pub" /> <excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_...
Breadcrumbs flutter_plugin_record /lib / index.dart Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 5 lines (5 loc) · 179 Bytes Raw export 'const/record_state.dart'; export 'flutter_plugin_record.dart'; export 'utils/common_...
flutter_plugin_record.iml 去掉channel创建时检查权限的操作 4年前 pubspec.lock update 0.1.4 5年前 pubspec.yaml 修复bug在未使用录音功能前,通过playByPath播发音频,音频可以正常播放,但无法监听到播放结束 5年前 README Apache-2.0 [TOC] 使用Flutter实现 仿微信录音的插件 ...
//github.com/yxwandroid/flutter_plugin_record.git 引入方式2 (引入指定某次commit) flutter_plugin_record: git: url: https://github.com/yxwandroid/flutter_plugin_record.git ref: 29c02b15835907879451ad9f8f88c357149c6085 引入方式3 (引入Flutter仓库的library) dependencies: flutter_plugin_record: ^0.0...
引入方式1(引入最新的版本) flutter_plugin_record: git: url: https://github.com/yxwandroid/flutter_plugin_record.git 引入方式2 (引入指定某次commit) flutter_plugin_record: git: url: https://github.com/yxwandroid/flutter_plugin_record.git ref: 29c02b15835907879451ad9f8f88c357149c6085 引入方式3...
import 'package:flutter/material.dart'; import 'package:flutter_plugin_record/flutter_plugin_record.dart';typedef startRecord = Future Function(); typedef stopRecord = Future Function();class VoiceWidget extends StatefulWidget { Function startRecord; ...
FlutterPluginRecordPlugin.m 4 changes: 2 additions & 2 deletions4README.md Original file line numberDiff line numberDiff line change Expand Up@@ -15,11 +15,11 @@ 5.提供类似微信的录制组件 6.提供播放音频结束的监听 7.提供根据传递的路径进行语音录制 ...
引入方式1(引入最新的版本) flutter_plugin_record: git: url: https://github.com/yxwandroid/flutter_plugin_record.git 引入方式2 (引入指定某次commit) flutter_plugin_record: git: url: https://github.com/yxwandroid/flutter_plugin_record.git ref: 29c02b15835907879451ad9f8f88c357149c6085 引入方式3...
使用Flutter实现 仿微信录音的插件 该插件原插件地址为flutter_plugin_record 修复与改进 支持flutter 3.0.0 安卓端播放音频不申请麦克风权限。 修复安卓Native AndroidAudioConverter 无法引入问题。 目前维护方 本插件目前由 腾讯云IM Flutter团队 维护。 如果您有使用Flutter开发IM即时通讯及音视频通话需求,欢迎使用我们的...