Websockets with Flutter - Connect your Flutter app to the backend with websockets.(Flutter Tutorial)

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Great one
could you please provide source code?

saedyounis
Автор

Awesome...this is what I really need....thank you...

TrikNgonlen
Автор

Is the LifeCycleManager you custom widget or from flutter pub ?

saurabhmehra
Автор

too fast man. too hard to understand. especially after playing with the flutter websockets library.

please give us a tutorial on start to finish on how you set this up and in detail how we can get it from any screen to send to a node server

happinin
Автор

Nice video. I would have loved to have such a video when I build the ws integration into my app back in 2020.

Clon
Автор

can you share the connection.dart code

alifatemi
Автор

sir if i need to get data from website server to my app can i use websockets

johnsunnyjohnsunny
Автор

It could be a great video for someone with previous knowledge of WS... but there are details with missing explanation for noobs!

tiagooliveira
Автор

This is a great video and source of information provided and thank you for that
Just wanted to ask you if you can give me an idea
We are trying to build a Flutter app and connect via websockets with the backend, but my developers are blaming each other ( mobile ) and backend guys and they saying that is not gonna work, they changed the packages they changed versions still not working ...

Somehow i believe that the backend developers are right becasue the connections working well with the other modules build
Not sure if you can help with some more information
Thank you

wayscars
Автор

Hey, I need to connect to a websocket server
but I need to use SSL certificate and key
how can i do that in flutter if you have any idea, please reply

currently the server saying :ERROR: handshake: stream truncatedERROR: handshake: stream truncated
when i am using web_socket_channel

jokerb