echo icon indicating copy to clipboard operation
echo copied to clipboard

Laravel Echo for your Flutter apps.

Results 19 echo issues
Sort by recently updated
recently updated
newest added

In earlier versions, this method worked fine, but now it doesn't. However, does the method of hearing whispers still work, have they changed the name or removed it?

log('Socket ID: ${socket.sockedId()}'); To get Sockets Id

Hello, did you find a pusher replacement considering your officially supported package is no longer maintained? This is a huge problem.

It is not possible to send a Whisper event when joining a presence channel for example `echo.join("chat.${activeUser.id}") .whisper("typing", {'id': user.id});`

laravel_echo: ^0.2.9 there is problem with ping and pong the send of ping is not sending any data example {"event":"pusher:pong"} but Laravel need this . {"event":"pusher:ping","data":{}} please fix the problem

Hey, im pretty new to Flutter but i followed the example and once debugging the App im getting the following Error: [VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: NoSuchMethodError: Closure call with mismatched arguments:...

Hello, I have a problem with connecting to presence channel: Laravel console: ``` L A R A V E L E C H O S E R V E R...

any plan to implement Null Safety on this ?

echo.join('presence-channel') .here((users) { print(users); }).joining((user) { print(user); }).leaving((user) { print(user); }).listen('PresenceEvent', (e) { print(e); }); The .here() does not return an array instead return a PusherEvent which do not let...