Flutter Advanced Course Chatting Using BLoC

Flutter Advanced Course Chatting Using BLoC

Description

This is the second part of the earlier course. In the earlier section, we covered BLoC state management and how to use the shared the data for updating UI.

We have covered login, registration and restful api.

In this section, we will cover how to use BLoC with chat restful api. This part would highly focus on creating chatting functionality in detail.

For chatting, we would be covering with the integration of Firebase chatting api. That means we use Firebase database and storage for storing chat info.

We will also see how to retrieve data in certain order. We also cover how to show red dots and clear the red dots for chatting incoming messages.

Notification would be crucial part of it as user sends messages, others would see it.

Apart from this we also cover google email login, apple email login and facebook login.

So after finishing this part, you would be able to login with different social media account.

We will also finish the profile section and search section. Search could be difficult for most students. After this you will master how to make a search query and show it on the UI.

Along the we will build our API for chatting, login and search items.

Leave a Reply