Flutter Chat UI - Game Changer Package for flutter developers

Sdílet
Vložit
  • čas přidán 29. 10. 2022
  • Flutter Chat UI is Game Changer Package for flutter application developers
    Design beautiful flutter chat ui with attachment support with new flutter chat ui package.
    Beautiful flutter chat screen design
    Background music used -
    ::::::::::::::::::::
    Music: Sunset On Terra by HYBRID V is licensed under a Creative Commons License.
    creativecommons.org/licenses/...
    Support by RFM - NCM: bit.ly/2BHFYra
    ::::::::::::::::::::
    #flutter #chat #tutorial

Komentáře • 19

  • @okeygoogle3188
    @okeygoogle3188 Před rokem

    THANKS YOU WERY MATH!!1

  • @skachari
    @skachari Před 10 měsíci

    Can we do group chat? I could not find anything regarding group chat support in the documentation of this package

    • @TDevs
      @TDevs  Před 10 měsíci

      Yes we can but we need to handle to logic for group chat ourselves because this package just provide the ui for chat so it can be any kind of chat. Think like group chat is also a normal chat just there are messages from multiple users that you can handle as part of User configuration. Similarly other features particular to group chat you can handle using the normal chat ui only.
      I hope it helps.

  • @rishavraj6487
    @rishavraj6487 Před rokem

    not working for me why?? when i typing chat() i am not getting option

    • @TDevs
      @TDevs  Před rokem

      You can try re running your project sometimes after adding a package we need to stop and run again.
      I think that can be one possible cause of your problem.
      Thanks!

  • @ItsJesusHere
    @ItsJesusHere Před 2 měsíci

    thanks it works

    • @TDevs
      @TDevs  Před 2 měsíci

      Welcome 👍

  • @MohandZX
    @MohandZX Před rokem +1

    i want to change the bubble color , i used bubble builder......
    //code
    bubbleBuilder:Color.fromARGB(255, 16, 165, 155),
    //end
    it gives me error

  • @AnkitKumar-vd2dd
    @AnkitKumar-vd2dd Před rokem +1

    Can we implement group chat using this??

    • @TDevs
      @TDevs  Před rokem +1

      Yes! you can.
      More info is given in package docs, you can check

  • @zoyafarheen1697
    @zoyafarheen1697 Před 10 měsíci

    How to show the response of receivers

    • @TDevs
      @TDevs  Před 10 měsíci

      Hi you can check the package docs for more information, thanks!
      pub.dev/packages/flutter_chat_ui

  • @gokulg400
    @gokulg400 Před 3 měsíci

    Hello bro,
    can you make a complete tutorial of using this package.
    I'm new at flutter🙂🙂

    • @TDevs
      @TDevs  Před 3 měsíci

      Yes, i am planning updated tutorial on this package will be coming soon...

  • @sasama7132
    @sasama7132 Před rokem

    Can i use laravel api call with this ?

  • @MdRedwanulHaque
    @MdRedwanulHaque Před 3 měsíci

    not working

    • @TDevs
      @TDevs  Před 3 měsíci

      Please check the updated doc on pub.dev, I am planning a new updated video on it