Alan Mantoux

Results 36 comments of Alan Mantoux

Check this out https://github.com/zhangao0086/DKImagePickerController/issues/705#issuecomment-1257483269 > > How can I update the DKImagePickerController to 4.3.4 by flutter `pub get`? > > You'll have to override the dependency in your podfile, but...

The same behavior can be observed on iOS

I think I found the guilty CL https://github.com/flutter-webrtc/flutter-webrtc/pull/1030 Lines causing the audio interruptions are **iOS** https://github.com/flutter-webrtc/flutter-webrtc/blob/939367f4c74517fdf68c29f70e24c9e32f849ea6/common/darwin/Classes/FlutterWebRTCPlugin.m#L94 **Android** https://github.com/flutter-webrtc/flutter-webrtc/blob/9205ee41b42533686ffac189fec9539ed1b54b0b/android/src/main/java/com/cloudwebrtc/webrtc/audio/AudioSwitchManager.java#L68

@hyouuu @danleitch this repo is not actively maintained anymore. We've forked it --> https://github.com/fleather-editor/fleather and we actively maintain the new repo. Feel free to contribute or submit any issues

> Hi @TabooSun > I can reproduce this issue based on the steps, > > [logs.txt](https://github.com/flutter/flutter/files/5063182/logs.txt) > > flutter doctor -v Hi @TahaTesser I have run in the same issue,...

Ok, added this to PodFile ``` target 'NAME_OF_EXTENSION_TARGET' do use_frameworks! use_modular_headers! pod 'Alamofire','~> 4.9.1' end ``` Built successfully after that

> > Ok, added this to PodFile > > ``` > > target 'NAME_OF_EXTENSION_TARGET' do > > use_frameworks! > > use_modular_headers! > > > > pod 'Alamofire','~> 4.9.1' > >...

@maelchiotti Yes, this behavior should hold for lists too PS: feel free to star this repo to show support 😊

Thanks for bringing this up. We'll take a look

Sorry for the veery late reply @nialljawad96 will look into this