Alfreedom
Alfreedom
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 :)
just download and include it https://github.com/PureLayout/PureLayout
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 ...