braverhealth / phoenix-socket-dart

Cross-platform and stream-based implementation of Phoenix Sockets
https://pub.dev/packages/phoenix_socket
BSD 3-Clause "New" or "Revised" License
74 stars 37 forks source link

Navigation when onClose socket #3

Closed tenaz3 closed 3 years ago

tenaz3 commented 4 years ago

Hi can you give a better way to navigate between views? At the moment I do on the callback socket.closeStream.listen(_onCloseSocket); and sometimes I lose the context when Navigator.of(context).push... Do you have a better idea?