flutter_record_mp3 icon indicating copy to clipboard operation
flutter_record_mp3 copied to clipboard

flutter record mp3 using the native api

Results 10 flutter_record_mp3 issues
Sort by recently updated
recently updated
newest added

### Version 3.0.0 ### Platforms iOS ### Device Model iphone 14 (ios 16) ### flutter info ```sh flutter >= 2.0 ``` ### How to reproduce? can not build ### Logs...

### Content 我的场景是一个语音发送场景 用户发送完一条语音可能会立马继续录音 这样就会导致闪退 我已经做了防抖但是还是避免不了这个问题

flutter_record_mp3-100379fe5af482f1f42c957e3d18a9d973fc8991/ios/Classes/Fat-Lame/lib/libmp3lame.a(lame.o), building for iOS Simulator, but linking in object file built for iOS, for architecture arm64

Hi Friend, thank you for shared your project . I tested on android mobile and i needed updated to null safety version. If you want you can update . example...

brackets are missing in swift file

**I've tried to launch on IOS simulator the record_mp3 package on a flutter original exemple with no modifications. Just put the package on pubspec.yml...and run. But then it show an...

How to hide logs from `Recorder.m` ? ``` Example: NSLog(@"设置声音环境失败"); NSLog(@"启动失败"); NSLog(@"缓冲区大小:%u",(unsigned int)bufferByteSize); ```

I'm not able to build on iOS on beta channel, got this: flutter/.pub-cache/hosted/pub.dartlang.org/record_mp3-2.1.0/ios/Classes/Fat-Lame/lib/libmp3lame.a' of type 'archive.ar' for architecture 'armv7' (in target 'record_mp3' from project 'Pods')

It is not working on android. Show this error :- `Unsupported operation: Functionality only available on macOS`

- record_mp3 package version: 2.1.0 - flutter channel: beta Got this error while trying to build iOS app via codemagic: ``` Failed to build iOS app Error output from Xcode...