2971026328

Results 3 issues of 2971026328

你好大佬又来麻烦您了,我在您的项目android_window中使用audio_waveforms进行录音报错如下,我应该怎么解决 android_window: ^0.4.0 audio_waveforms: ^1.0.4 E/MethodChannel#simform_audio_waveforms_plugin/methods( 5946): Failed to handle method call E/MethodChannel#simform_audio_waveforms_plugin/methods( 5946): java.lang.NullPointerException E/MethodChannel#simform_audio_waveforms_plugin/methods( 5946): at com.simform.audio_waveforms.AudioRecorder.isPermissionGranted(AudioRecorder.kt:141) E/MethodChannel#simform_audio_waveforms_plugin/methods( 5946): at com.simform.audio_waveforms.AudioRecorder.checkPermission(AudioRecorder.kt:146) E/MethodChannel#simform_audio_waveforms_plugin/methods( 5946): at com.simform.audio_waveforms.AudioWaveformsPlugin.onMethodCall(AudioWaveformsPlugin.kt:69) E/MethodChannel#simform_audio_waveforms_plugin/methods( 5946): at...

在组件里面的按钮用android_window.resize(600, 400)报错如下 E/flutter (13282): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null) E/flutter (13282): #0 MainApi.post (package:android_window/pigeon.g.dart:107:7) E/flutter (13282): E/flutter (13282): #1 post (package:android_window/main.dart:59:20) E/flutter (13282):

Describe the bug I encountered a bug when using the audio_waveforms package version 1.0.4. After my recording is interrupted by another application, I expect to be able to resume recording...