Build a Real-time Flutter Chat Application using Stream

preview_player
Показать описание

In this tutorial, using the Stream platform, we explore their chat API and Flutter components to build a real-time chat application in Flutter using only 100 lines of code (give or take). Stream's integration with Flutter creates one of the fastest and easiest ways to incorporate live chat into your application.

Timestamps:
Flutter Chat Components: 3:42
Stream Dashboard: 22:24
Customizing Chat Components: 33:33

Relevant links:

Github for the application in the video:
Рекомендации по теме
Комментарии
Автор

Hello, I have been following your channel for a long time now.. Have learnt a lot of stuff. Thanks a lot.

rajayogan
Автор

Yes, I'm interested in more tutorials using Streams. Thanks.

dalestewart
Автор

This is definetly going to be my next portfolio project! Thanks!

thekingofpuppets
Автор

awesome, crazy how easy flutter/dart is compared to kotlin/swift

ThierrySchellenbach
Автор

Man it's really awesome but please make a tutorial to build a chat app with socket io .. or something else.. this stream api is really expensive as it goes 😅

BabarAli-ybeg
Автор

Spring gang background audio! Love ur content btw

giovannymoreno
Автор

Yes I'm interested if you plan on making a fully fledged chat application using python as the backend.

dalestewart
Автор

Hi hi! I wonder if there's a slightly cheaper chat api that could work with flutter. But I do love the use of Stream chat api. Seems simple and easy after checking the docs, but dang it's expensive... but the Stream feed api does seem very promising on my part. Thank you for these awesome tutorials you put out!

loisienyami
Автор

Awesome, I love your content, it's been so useful.

RobertoJuarez
Автор

Fantastic.
Please make a tutorial to make a tiktok like app please.

gurusubhani
Автор

Hello pls make a video on how to make full chat application using flutter
I don't understand this technique
Thanks

jaedon
Автор

You are worthy source for us thank you :)

alpgorusuk
Автор

can you please make a fully-fledged application!

hudsonkim
Автор

you have not finish the tutorial how were did you get that token from becos i try using my own apikey and token to set a user but i get error 401 with status code of 40

adedamolarioland
Автор

@FunwithFlutter, Is it just for UI and chat logic(like, listen stream, update stream) or it is full fledge with it's own server to store chat messages.? In my case I have my own server I just want to use this package's UI component to display message, listen to new message and update message list accordingly .

surajpaudel
Автор

any video for making chat app using telegram api ?

AliYar-Khan
Автор

how can i use generated token for user so i can create a user. how can set token for each user

adedamolarioland
Автор

can you make video on how to use socket io?

youdube
Автор

I had a doubt can i add new users with other server or this stream server. please explain detailing about this one

bosesaitech
Автор

Can I use this to communicate with a server with an IP and a port?

Build_the_Future