Flutter NodeJS Backend | Chatting | Part 3

Channel:
Subscribers:
135,000
Published on ● Video Link: https://www.youtube.com/watch?v=E0HtCGyHiUA



Duration: 3:27:49
2,756 views
98


Flutter Nodejs Mongodb Socket Chat App Tutorial.
This is a Nodejs and Flutter complete app for beginners to advanced level. Here in tutorial we will Mongodb for our database and JWT for authentication.
https://www.dbestech.com/tutorials/nodejs-and-flutter-restful-api-job-chat-app
Flutter and Nodejs is covered from beginners to advanced level. We also showed how to deploy your Nodejs server to real world server. You may use that server for free.
About the app more here
https://www.dbestech.com/tutorials/nodejs-and-flutter-restful-api-job-chat-app
Part 1
https://youtu.be/rMYS99T-t-Y
Part 2
https://youtu.be/eooSIIM43ko

We used Nodejs for restful using Express framework. Since it's most popular Nodejs framework, it would be easy to follow for everyone.
πŸ“•πŸ“•πŸ“•πŸ“•πŸ“•πŸ“• (13+ hours)
https://www.udemy.com/course/flutter-and-nodejs-mongodb-course-with-chatting/?couponCode=BBD234F690D07D52A6E8

Complete source code
https://www.buymeacoffee.com/dbestech/e/136995
πŸ˜€πŸ˜€πŸ˜€πŸ˜€Bangali can pay through bikash and get the source code
01879995515 (bikash code). Once you make the payment I will send you the source code.
If you make payment send me your last four digits to info@dbestech.com

Twitter/Instagram @dbestech

00:00:00:00 Creating a messaging and chat API in NodeJS
00:29:34:38 Adding socket.io to the node server
00:45:06:17 Messaging and Chat Models with quicktype.io
00:55:13:20 Handling Messaging and Chat API request
01:07:01:53 Render chats to the screen using Future builder, models and ListView builder
01:28:54:55 Custom Chat Tiles and ListViewBuilders
01:38:46:23 Custom Chat AppBar with PreferedSize widget
01:52:03:57 Retrieving messages and show them in the Chat Page using chat bubbles
02:11:48:08 Messaging text input field
02:22:26:42 Connecting flutter to socket.io client
02:42:38:47 Sending messages to backend and emitting messages from the backend
02:58:50:44 Handling paginated list using scroll controller
03:13:00:25 Real-time messaging and typing status