lib const utils widgets flutter_plugin_record.dart index.dart test .gitattributes .gitignore .metadata CHANGELOG.md LICENSE README.md flutter_plugin_record.iml pubspec.lock pubspec.yaml 飞云之下.wav Breadcrumbs flutter_plugin_record /lib / index.dart Latest commit Cannot retrieve latest commit at...
<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_...
使用Flutter实现 仿微信录音的插件 插件支持android 和IOS 插件提供的功能 录制语音, 播放录音, 录制声音大小的监听 提供录制时长的监听 提供类似微信的录制组件 提供播放音频结束的监听 1,引入 在pubspec.yaml 文件上引入如下配置 引入方式1(引入最新的版本) flutter_plugin_record: git: url: https://github.com...
//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; ...
import 'package:flutter_plugin_record/flutter_plugin_record.dart'; import 'package:path_provider/path_provider.dart'; class SecondScreen extends StatefulWidget { @override @@ -9,13 +11,12 @@ class SecondScreen extends StatefulWidget { class _SecondScreenState extends State<SecondScreen> { FlutterPlugi...
实现发送语音时间按下抬起时间. 取消事件。 Browse files 至于。很短提示,就交给作者了,加油master (yxwandroid/flutter_plugin_record#9) IceInTheFire committed Feb 4, 2020 1 parent 8c0cc47 commit cd13f11 Showing 1 changed file with 24 additions and 10 deletions. Whitespace Ignore whitespace ...
使用Flutter实现 仿微信录音的插件 该插件原插件地址为flutter_plugin_record 修复与改进 支持flutter 3.0.0 安卓端播放音频不申请麦克风权限。 修复安卓Native AndroidAudioConverter 无法引入问题。 目前维护方 本插件目前由 腾讯云IM Flutter团队 维护。 如果您有使用Flutter开发IM即时通讯及音视频通话需求,欢迎使用我们的...
flutter 仿微信录制语音功能 支持android和ios. Contribute to yxwandroid/flutter_plugin_record development by creating an account on GitHub.