laravel_echo 0.2.9 laravel_echo: ^0.2.9 copied to clipboard
Port of official Laravel Echo package for your Flutter apps.
[0.2.8] - 31.10.2020 #
- Fix issue with PrivateChannel #33
[0.2.6] - 27.10.2020 #
- Update example app
- Add echo-server sample backend
[0.2.5] - 27.10.2020 #
Update to make inline with official Laravel echo package. Including:
- Add stopWhisper method to channel
- Add support for custom connectors
- Add pusher private-encrypted
- Implement error handling with support for Pusher
- Register subscription succeeded callbacks
[0.2.1] - 17.03.2018 #
- Update package description
- Update README.md
[0.2.0] - 16.03.2018 #
- Minor changes
- Include example
[0.1.1] - 02.03.2018 #
- Added Pusher connector. Implemented by @abrahamSN
- Fixes issue with socket-io private channels
- Cleaned up
[0.0.1] - 09.02.2018 #
- Initial release.
- Added null connector
- Added socketio connector