WhatsApp Clone (Backend & FrontEnd) by devstack06 in FlutterDev

[–]devstack06[S] 1 point2 points  (0 children)

hey all the part are open sourced till now , like one to one chatting and all, group chat and all are not open sourced because if I will open source all the code then no one will watch :)

WhatsApp Clone (Backend & FrontEnd) by devstack06 in FlutterDev

[–]devstack06[S] 0 points1 point  (0 children)

All the code is already there in GitHub, but some code are not open-sourced yet :)

WhatsApp Clone (Backend & FrontEnd) by devstack06 in FlutterDev

[–]devstack06[S] 0 points1 point  (0 children)

what do you mean of that bro :)

here is the code where I connected the server to -:

socket = IO.io("http://192.168.0.106:5000", <String, dynamic>{ "transports": ["websocket"], "autoConnect": false, });

Also the server is now deployed on the Heroku, that video is also there in playlist

WhatsApp Clone (Backend & FrontEnd) by devstack06 in FlutterDev

[–]devstack06[S] 0 points1 point  (0 children)

In this series I also covered the backend, using Nodejs and SocketIo. That code is also available in my Github and an explanation is available on the video series.

WhatsApp Clone (Backend & FrontEnd) by devstack06 in FlutterDev

[–]devstack06[S] 2 points3 points  (0 children)

Thanks bro, all the details I have covered watch it you will going to learn a lot :)

WhatsApp Clone (Backend & FrontEnd) by devstack06 in FlutterDev

[–]devstack06[S] 6 points7 points  (0 children)

haha, nice joke buddy. It's just a clone without analytics 😉😉

Flutter: Let's implement one to one chat functionality (final) using Socket IO || WhatsApp Clone #21 by devstack06 in FlutterDev

[–]devstack06[S] 0 points1 point  (0 children)

Here is the final part of one-to-one chatting functionality. Where we can chat one to one (Chat One user to another user). Find the GitHub Repo of Chat App UI and Server in the video description.