kakajansh / echo

Laravel Echo for your Flutter apps.
MIT License
108 stars 70 forks source link

flutter_pusher_client not working in IOS #21

Closed junaidhashmi closed 4 years ago

junaidhashmi commented 4 years ago

Fetching external sources -> Fetching podspec for Flutter from Flutter -> Fetching podspec for flutter_pusher_client from .symlinks/plugins/flutter_pusher_client/ios [!] The flutter_pusher_client pod failed to validate due to 1 error:

Chris1234567899 commented 4 years ago

I had as well a lot of trouble with the pusher client library on android.

You can try to use another pusher library. I implemented echo with this one (which is pure dart and not trying to wrap some natives pusher libraries) and it works well so far: https://pub.dev/packages/pusher_dart

jinseokoh commented 4 years ago

Just opened an PR to address Pusher not working out of box problem.

heywhy commented 4 years ago

I'm sorry the iOS support came in late because I had to learn swift to be able to support iOS, since I couldn't find a contributor build the support. But I'm glad to announce that a new version of flutter_pusher_client has been released. So you are advised to upgrade to the latest version and also upgrade your flutter tools.