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

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

ความคิดเห็น • 41

  • @qaziasfand3413
    @qaziasfand3413 ปีที่แล้ว +1

    benefiting from your series in 2023 👌

  • @bestmindcoolingrelaxationm1084
    @bestmindcoolingrelaxationm1084 ปีที่แล้ว +1

    Best tutorial ever, I have been looking for best socket io tutorial for sooo long.. Thanks man keep it up coz you saved someone here..

  • @someshsahu4638
    @someshsahu4638 ปีที่แล้ว +1

    Nice explanation thank you so much brother 🙏🏼🙏🏼🙏🏼

  • @geekybharat6767
    @geekybharat6767 3 ปีที่แล้ว +4

    Plz complete this series bro.. this is awesome.. you are doing a great work... And plz add the media files sharing too.

  • @staplepin8099
    @staplepin8099 3 ปีที่แล้ว +2

    waiting for next video your the best

  • @sifat_ullah_shah
    @sifat_ullah_shah 3 ปีที่แล้ว +2

    really appreciated good work bro best wishes from pakistan 👌👌👌

    • @DevStack
      @DevStack  3 ปีที่แล้ว

      Thanks bro 😄😄😄

  • @aravindkb8414
    @aravindkb8414 2 ปีที่แล้ว

    bro thanks for the content. i have been searching for this exact thing and no one had it. I wonder why you still have less followers.

  • @m.a.l4881
    @m.a.l4881 3 ปีที่แล้ว

    One of the most interesting video of ytb
    Great job sir

  • @muzamilhussain9908
    @muzamilhussain9908 3 ปีที่แล้ว +1

    Good to find your channel one more good collection

  • @somith16
    @somith16 3 ปีที่แล้ว +1

    Great going

  • @gautamsolanki3644
    @gautamsolanki3644 5 หลายเดือนก่อน

    if use clients[targetid] means this event ony for reciver side get?

  • @arjunsreesivam5144
    @arjunsreesivam5144 3 ปีที่แล้ว +1

    can you upload the video which show the delete message as same in whats app

  • @SugerNoor1996
    @SugerNoor1996 2 ปีที่แล้ว

    You are great.

  • @Mightypurush
    @Mightypurush 3 ปีที่แล้ว +1

    Superb work bro👌👌👌

    • @Mightypurush
      @Mightypurush 3 ปีที่แล้ว

      Bro also make tutorials on how to deploy backend and frontend also where to deploy. Just a request🙏

  • @frankmation
    @frankmation 7 หลายเดือนก่อน

    The socket server it can be deployed ??

  • @hernanplaza5436
    @hernanplaza5436 2 ปีที่แล้ว

    Great

  • @TOTAZONE
    @TOTAZONE 3 ปีที่แล้ว +1

    Thank you bro I want show us how send dicoment file and resend messages like WhatsApp and share the text message.

  • @nirmaltech2043
    @nirmaltech2043 3 ปีที่แล้ว +1

    Nice

  • @engmohammedal-jalai
    @engmohammedal-jalai 3 ปีที่แล้ว +1

    I want settings, language, and fonts.

  • @electronicseverywhere204
    @electronicseverywhere204 3 ปีที่แล้ว

    Sir , I am facing one issue ,
    When I entered in in perticular chat person from chat page to individual chat .
    And in this way suppose 2 use shubham and saurabh is communicating then it works fine but
    When user saurabh go back one step then again come inti individual chat page then saurabh is able to send message but saurabh is not able to receive messages from shubham.
    I think this is becouse when saurabh go back then their I'd is not present
    Please give me solution so that I can complete
    Thanks 😊

  • @luciendjob4739
    @luciendjob4739 3 ปีที่แล้ว

    hi bro, good job thx but when i send a message wich one device de replycard appear on the same device. So that should i do please help me!

  • @192_shalinibasak3
    @192_shalinibasak3 3 ปีที่แล้ว

    How can we run two emulators connected to Vscode? please help

  • @akshaymadan6843
    @akshaymadan6843 3 ปีที่แล้ว +1

    Now which series you will bring in flutter

    • @DevStack
      @DevStack  3 ปีที่แล้ว

      Firebase with flutter ( Web and App)

  • @entech5669
    @entech5669 3 ปีที่แล้ว

    Please make a video on state management. Please explain 😭

  • @kevinkishore9277
    @kevinkishore9277 3 ปีที่แล้ว

    can u give a video of one to group chat video. bro plz

  • @staplepin8099
    @staplepin8099 3 ปีที่แล้ว +1

    Amazing thanks

  • @durgeshpandey8534
    @durgeshpandey8534 3 ปีที่แล้ว

    i had made chat app according to you it works on emulator but how to implement this on real android device please tell me brother

  • @songli9721
    @songli9721 2 ปีที่แล้ว

    讲得好

  • @staplepin8099
    @staplepin8099 3 ปีที่แล้ว +1

    is this series over ? : ( ;(

  • @Innovators-Toolkit
    @Innovators-Toolkit ปีที่แล้ว

    In here I have small problem. if two device first time can chat normally, but if one device go back and click again that previous chat and trying to send a message it cause a error. Anyone know why it is happening?

    • @Innovators-Toolkit
      @Innovators-Toolkit ปีที่แล้ว

      This is the error I have got
      Exception has occurred.
      FlutterError (setState() called after dispose(): _IndividualPageState#f3590(lifecycle state: defunct, not mounted)
      This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
      The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
      This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().)

  • @happinin
    @happinin 2 ปีที่แล้ว

    hi. can you please do a video of saving socket in flutter provider and using it on every page of the app?
    also on the node side can you show us how to emit sockets to specific users via controller?
    Im trying to do this and tell how all users are online by saving socket id in database with userid and token.
    At the moment i have all sockets going through on server side, but i cant get sockets back on the client.
    this is also partly because i dont want to do the connect function on every page, and i also dont want to set up listeners in init state so i can touch the context.

    • @dartiniz6136
      @dartiniz6136 8 หลายเดือนก่อน

      i came here looking for same
      Can you tell me how to do it?

  • @okeyshourovroy2769
    @okeyshourovroy2769 3 ปีที่แล้ว +1

    Why not to save messages in mongodb? It would be persistence

    • @DevStack
      @DevStack  3 ปีที่แล้ว +2

      For storing the msg on database we need to change the structure of project, I am thinking to cover those things on bonus video 😅😅😅

    • @okeyshourovroy2769
      @okeyshourovroy2769 3 ปีที่แล้ว

      @@DevStack sure. No problem