Step By Step Beginner Flutterflow Tutorial (Create a Simple Group Chat App)

Поделиться
HTML-код
  • Опубликовано: 21 сен 2024
  • In this step by step beginner Flutterflow tutorial we create a simple group chat app. Clone the Flutterflow project: rapidmvp.co/fl...
    In the video we start with an templated app with authentication and build this out for a fully functional chat app. We look at how we create the user interface and chat bubbles, app navigation with choosing the chat group, adding and removing group members and how to automatically refresh the database when new messages are posted within the app.
    All of the custom code used in the video can found at this link.
    rapidmvp.co/bu...
    If you get value from these videos, please consider a like and subscribe, it really helps the channel grow!

Комментарии • 7

  • @Nithyasarathi-e2p
    @Nithyasarathi-e2p 4 месяца назад +1

    this is exactly what i need now !!!!, Your video found that purpose !!!!

  • @alberttjamag59
    @alberttjamag59 3 месяца назад +1

    Hi, thanks for this great video, I have no idea how to integrate the code you provided to make a custom action in FlutterFlow. Could you make a video to give us an explanation, please? Thank you.

    • @rapidmvp
      @rapidmvp  3 месяца назад

      Will do. That’s a good idea 👍

    • @alberttjamag59
      @alberttjamag59 3 месяца назад

      @@rapidmvp Thank you so much... It's the only thing that's holding me back from this exceptional tutorial. I didn't know about custom actions and this is a crucial part. Thanks again. Do you have a mail to talk alittle bit further ? Maybe we can make some joint venture. Thanks

  • @papeoumardiouf4506
    @papeoumardiouf4506 3 месяца назад

    Great video!! I had a question though
    Why did you use rpc for updating the members' column in the groups table instead of using the update row action in the action flow editor ? Isnt it the same ?

    • @rapidmvp
      @rapidmvp  3 месяца назад +2

      Yes. I do have a habit of defaulting to Postgres functions sometimes👍

    • @papeoumardiouf4506
      @papeoumardiouf4506 3 месяца назад

      i tried on my own app and it doesnt work... i gues if you want to append/remove an item from an array you have to go through a postgres function. Thanks!