Alfreedom

Results 56 comments of Alfreedom
trafficstars

yes, thanks! we continue from here https://github.com/John-Lluch/SWRevealViewController/issues/584

I will look into it! > (Are you sure your testing device/emulator is connected to the network?) Yes, off course :)

Hi yuhua-chen! I do not have more information, i do not know how to retrieve more information. Maybe you can tell me! I just download MCLog from GitHub, builded it,...

Need this too. I think it is possible, here the documentation https://developers.facebook.com/docs/instagram/sharing-to-stories/

Ok, I workarounded like this ``` if (Platform.isIOS) { await FlutterRadio.audioStart(AudioPlayerItem( id: radio.id, url: radio.streamUrl, thumbUrl: radio.imageUrl, title: radio.name, )); } else { await FlutterRadio.audioStart(); } ```

So anyone knows what is the solution to this issue?

Hi! I just ran into this myself too, how do I need to change Podfile to add fix/objc-nsobjectprotocol branch?

Like this? ``` pod 'Cuckoo', :git => 'https://github.com/Brightify/Cuckoo.git', :branch => 'fix/objc-nsobjectprotocol' ```

I've changed the Podfile, still getting the same error but I am not sure it is related with the poster´s issue ![Captura de Pantalla 2020-08-03 a la(s) 19 11 55](https://user-images.githubusercontent.com/14978705/89232154-42888580-d5bd-11ea-863a-d127951e848a.png)...